arm: Rename IRQ_VECTOR_TABLE_BSP to IRQ_VECTOR_TABLE_PLATFORM

Replaces references to obsolete BSP terminology with platform.

Change-Id: Ibd083558bbbb08a16a68d58251774fb4c84cbbf8
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-07-27 11:35:44 -04:00 committed by Anas Nashif
commit fd0f9a2047
8 changed files with 8 additions and 8 deletions

View file

@ -103,7 +103,7 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
#
CONFIG_SW_ISR_TABLE=y
CONFIG_SW_ISR_TABLE_DYNAMIC=y
CONFIG_IRQ_VECTOR_TABLE_BSP=y
CONFIG_IRQ_VECTOR_TABLE_PLATFORM=y
# CONFIG_ZERO_LATENCY_IRQS is not set
CONFIG_ARCH_HAS_TASK_ABORT=y
CONFIG_ARCH_HAS_NANO_FIBER_ABORT=y

View file

@ -103,7 +103,7 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
#
CONFIG_SW_ISR_TABLE=y
CONFIG_SW_ISR_TABLE_DYNAMIC=y
CONFIG_IRQ_VECTOR_TABLE_BSP=y
CONFIG_IRQ_VECTOR_TABLE_PLATFORM=y
# CONFIG_ZERO_LATENCY_IRQS is not set
CONFIG_ARCH_HAS_TASK_ABORT=y
CONFIG_ARCH_HAS_NANO_FIBER_ABORT=y

View file

@ -82,7 +82,7 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
#
CONFIG_SW_ISR_TABLE=y
CONFIG_SW_ISR_TABLE_DYNAMIC=y
CONFIG_IRQ_VECTOR_TABLE_BSP=y
CONFIG_IRQ_VECTOR_TABLE_PLATFORM=y
# CONFIG_ZERO_LATENCY_IRQS is not set
CONFIG_ARCH_HAS_TASK_ABORT=y
CONFIG_ARCH_HAS_NANO_FIBER_ABORT=y

View file

@ -82,7 +82,7 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
#
CONFIG_SW_ISR_TABLE=y
CONFIG_SW_ISR_TABLE_DYNAMIC=y
CONFIG_IRQ_VECTOR_TABLE_BSP=y
CONFIG_IRQ_VECTOR_TABLE_PLATFORM=y
# CONFIG_ZERO_LATENCY_IRQS is not set
CONFIG_ARCH_HAS_TASK_ABORT=y
CONFIG_ARCH_HAS_NANO_FIBER_ABORT=y

View file

@ -209,7 +209,7 @@ config IRQ_VECTOR_TABLE_CUSTOM
- ISRs must notify the kernel manually by invoking _IntExit() when
then are about to return.
config IRQ_VECTOR_TABLE_BSP
config IRQ_VECTOR_TABLE_PLATFORM
bool
# omit prompt to signify a "hidden" option
depends on SW_ISR_TABLE || !IRQ_VECTOR_TABLE_CUSTOM

View file

@ -103,7 +103,7 @@ CONFIG_FLASH_BASE_ADDRESS=0x00000000
#
CONFIG_SW_ISR_TABLE=y
CONFIG_SW_ISR_TABLE_DYNAMIC=y
CONFIG_IRQ_VECTOR_TABLE_BSP=y
CONFIG_IRQ_VECTOR_TABLE_PLATFORM=y
# CONFIG_ZERO_LATENCY_IRQS is not set
CONFIG_ARCH_HAS_TASK_ABORT=y
CONFIG_ARCH_HAS_NANO_FIBER_ABORT=y

View file

@ -9,4 +9,4 @@ obj-y += system.o
obj-y += nmi_on_reset.o
obj-y += wdog.o
obj-$(CONFIG_IRQ_VECTOR_TABLE_BSP) += irq_vector_table.o
obj-$(CONFIG_IRQ_VECTOR_TABLE_PLATFORM) += irq_vector_table.o

View file

@ -9,4 +9,4 @@ obj-y += system.o
obj-y += nmi_on_reset.o
obj-y += scp.o
obj-$(CONFIG_IRQ_VECTOR_TABLE_BSP) += irq_vector_table.o
obj-$(CONFIG_IRQ_VECTOR_TABLE_PLATFORM) += irq_vector_table.o