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:
Peter Mitsis 2015-07-06 11:09:47 -04:00 committed by Anas Nashif
commit a7644b86a5
26 changed files with 138 additions and 138 deletions

View file

@ -1,5 +1,5 @@
obj-y = core/
obj-y += bsp/
obj-$(CONFIG_BSP_FSL_FRDM_K64F) += fsl_frdm_k64f/
obj-$(CONFIG_BSP_TI_LM3S6965) += ti_lm3s6965/
obj-$(CONFIG_PLATFORM_FSL_FRDM_K64F) += fsl_frdm_k64f/
obj-$(CONFIG_PLATFORM_TI_LM3S6965) += ti_lm3s6965/