move Kconfig for board configurations to arch
authorsunghan <sh924.chang@samsung.com>
Mon, 3 Apr 2017 06:30:25 +0000 (15:30 +0900)
committersunghan <sh924.chang@samsung.com>
Mon, 3 Apr 2017 06:30:25 +0000 (15:30 +0900)
Board folder was moved to arch, not configs so that Kconfig should be at arch

os/Kconfig
os/arch/Kconfig.board [moved from build/configs/Kconfig with 98% similarity]
os/arch/arm/src/sidk_s5jt200/Kconfig [moved from build/configs/sidk_s5jt200/Kconfig with 100% similarity]

index e7e1471..c99a023 100644 (file)
@@ -840,7 +840,7 @@ source arch/Kconfig
 endmenu
 
 menu "Board Selection"
-source "$CONFIGSDIR/Kconfig"
+source arch/Kconfig.board
 endmenu
 
 menu "RTOS Features"
similarity index 98%
rename from build/configs/Kconfig
rename to os/arch/Kconfig.board
index 39d9667..2f67f9b 100644 (file)
@@ -103,5 +103,5 @@ config BOARD_RAMDUMP_UART
 comment "Board-Specific Options"
 
 if ARCH_BOARD_SIDK_S5JT200
-source "$CONFIGSDIR/sidk_s5jt200/Kconfig"
+source arch/arm/src/sidk_s5jt200/Kconfig
 endif