summaryrefslogtreecommitdiffstats
path: root/configs/integratorap_cm920t_defconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-04-21 21:59:37 +0900
committerTom Rini <trini@konsulko.com>2015-04-23 08:52:27 -0400
commit9ef851f890c7ecb42bde06a55781b992224ef442 (patch)
tree5728325eb83ec3b1b08effbdc8cbb3ed74c803e4 /configs/integratorap_cm920t_defconfig
parent5cbbd9bd0a5d496dee2b5592bb0c4cdac16bac80 (diff)
downloadtalos-obmc-uboot-9ef851f890c7ecb42bde06a55781b992224ef442.tar.gz
talos-obmc-uboot-9ef851f890c7ecb42bde06a55781b992224ef442.zip
ARM: integrator: split board select into AP/CP select and CM select
Select integrator boards by the combination of platform select (AP/CP) and core module select (CM720T, CM920T, ...). This allows us to remove CONFIG_SYS_EXTRA_OPTIONS and make Kconfig much cleaner. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'configs/integratorap_cm920t_defconfig')
-rw-r--r--configs/integratorap_cm920t_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/integratorap_cm920t_defconfig b/configs/integratorap_cm920t_defconfig
index d2a9a71ea2..eb6afb9f79 100644
--- a/configs/integratorap_cm920t_defconfig
+++ b/configs/integratorap_cm920t_defconfig
@@ -1,4 +1,4 @@
-CONFIG_SYS_EXTRA_OPTIONS="CM920T"
CONFIG_ARM=y
CONFIG_ARCH_INTEGRATOR=y
-CONFIG_TARGET_INTEGRATORAP_CM920T=y
+CONFIG_ARCH_INTEGRATOR_AP=y
+CONFIG_CM920T=y
OpenPOWER on IntegriCloud