From 67473b212a6304347d25d521e64d01e21a9de036 Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Mon, 13 Jun 2016 17:19:30 -0700 Subject: [PATCH] doc: FRDM: remove reference to unexistant CONFIG_SW_ISR_TABLE_STATIC_CUSTOM Change-Id: I9477582625b155c6c4d719915e1a80cbdd8bdd35 Signed-off-by: Inaky Perez-Gonzalez --- doc/board/frdm_k64f.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/board/frdm_k64f.rst b/doc/board/frdm_k64f.rst index 395a0c3a097..7c2bd987124 100644 --- a/doc/board/frdm_k64f.rst +++ b/doc/board/frdm_k64f.rst @@ -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**