doc: FRDM: remove reference to unexistant CONFIG_SW_ISR_TABLE_STATIC_CUSTOM

Change-Id: I9477582625b155c6c4d719915e1a80cbdd8bdd35
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
Inaky Perez-Gonzalez 2016-06-13 17:19:30 -07:00 committed by Anas Nashif
commit 67473b212a

View file

@ -321,11 +321,8 @@ table options:
:option:`CONFIG_SW_ISR_TABLE` and :option:`CONFIG_SW_ISR_TABLE_DYNAMIC` :option:`CONFIG_SW_ISR_TABLE` and :option:`CONFIG_SW_ISR_TABLE_DYNAMIC`
Depending on whether static tables are provided by the platform Depending on whether static tables are provided by the platform
configuration or by the application, two other kconfig options configuration or by the application, another kconfig option is
are available: available: :option:`CONFIG_IRQ_VECTOR_TABLE_CUSTOM`.
:option:`CONFIG_SW_ISR_TABLE_STATIC_CUSTOM` and
:option:`CONFIG_IRQ_VECTOR_TABLE_CUSTOM`
The following interrupt table scenarios exist: The following interrupt table scenarios exist:
@ -399,7 +396,7 @@ The following interrupt table scenarios exist:
.. note:: .. note::
This configuration prevents the use of tickless idle. This configuration prevents the use of tickless idle.
:option:`CONFIG_SW_ISR_TABLE`\=y, :option:`CONFIG_SW_ISR_TABLE_STATIC_CUSTOM`\=y :option:`CONFIG_SW_ISR_TABLE`\=y
For overriding the static ISR tables defined by the platform: For overriding the static ISR tables defined by the platform:
In this setup, the platform provides the **_irq_vector_table** In this setup, the platform provides the **_irq_vector_table**