summaryrefslogtreecommitdiffstats
path: root/configs/nhk8815_defconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-08-31 07:11:08 +0900
committerTom Rini <trini@ti.com>2014-08-30 21:22:00 -0400
commit16e16fdde21c9255e338d2eaea339c3ca905da22 (patch)
treeb94064ad61fe5a771545373f92ef7cd324a000f4 /configs/nhk8815_defconfig
parentef2b694c731f93a70aa06e84b52a27f6cc9dbc10 (diff)
downloadtalos-obmc-uboot-16e16fdde21c9255e338d2eaea339c3ca905da22.tar.gz
talos-obmc-uboot-16e16fdde21c9255e338d2eaea339c3ca905da22.zip
nomadik: kconfig: move board select menu and common settings
Becuase the board select menu in arch/arm/Kconfig is too big, move the Nomadik board select menu to nomadik/Kconfig. Move also common settings (CONFIG_SYS_CPU="arm926ejs" and CONFIG_SYS_SOC="nomadik"). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'configs/nhk8815_defconfig')
-rw-r--r--configs/nhk8815_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/nhk8815_defconfig b/configs/nhk8815_defconfig
index 3d20199b00..f661226897 100644
--- a/configs/nhk8815_defconfig
+++ b/configs/nhk8815_defconfig
@@ -1,2 +1,3 @@
CONFIG_ARM=y
-CONFIG_TARGET_NHK8815=y
+CONFIG_ARCH_NOMADIK=y
+CONFIG_NOMADIK_NHK8815=y
OpenPOWER on IntegriCloud