Rename CONFIG_BSP_xxx to CONFIG_PLATFORM_xxx
Updates Kconfig option names as part of transforming BSPs to platforms. Change-Id: If397bcac8b058e5700e82c3cabbfe64588316d1d Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
07a587c8d6
commit
a7644b86a5
26 changed files with 138 additions and 138 deletions
|
@ -77,10 +77,10 @@ CONFIG_ARM=y
|
|||
CONFIG_ISA_THUMB2=y
|
||||
|
||||
#
|
||||
# BSP General Configuration
|
||||
# Platform General Configuration
|
||||
#
|
||||
CONFIG_BSP_FSL_FRDM_K64F=y
|
||||
# CONFIG_BSP_TI_LM3S6965 is not set
|
||||
CONFIG_PLATFORM_FSL_FRDM_K64F=y
|
||||
# CONFIG_PLATFORM_TI_LM3S6965 is not set
|
||||
|
||||
#
|
||||
# ARM Cortex CPU options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue