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:
parent
5e3c33b399
commit
67473b212a
1 changed files with 3 additions and 6 deletions
|
@ -321,11 +321,8 @@ table options:
|
|||
:option:`CONFIG_SW_ISR_TABLE` and :option:`CONFIG_SW_ISR_TABLE_DYNAMIC`
|
||||
|
||||
Depending on whether static tables are provided by the platform
|
||||
configuration or by the application, two other kconfig options
|
||||
are available:
|
||||
|
||||
:option:`CONFIG_SW_ISR_TABLE_STATIC_CUSTOM` and
|
||||
:option:`CONFIG_IRQ_VECTOR_TABLE_CUSTOM`
|
||||
configuration or by the application, another kconfig option is
|
||||
available: :option:`CONFIG_IRQ_VECTOR_TABLE_CUSTOM`.
|
||||
|
||||
The following interrupt table scenarios exist:
|
||||
|
||||
|
@ -399,7 +396,7 @@ The following interrupt table scenarios exist:
|
|||
.. note::
|
||||
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:
|
||||
|
||||
In this setup, the platform provides the **_irq_vector_table**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue