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>
This commit is contained in:
Masahiro Yamada
2015-04-21 21:59:37 +09:00
committed by Tom Rini
parent 5cbbd9bd0a
commit 9ef851f890
9 changed files with 41 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
CONFIG_SYS_EXTRA_OPTIONS="CM946ES"
CONFIG_ARM=y
CONFIG_ARCH_INTEGRATOR=y
CONFIG_TARGET_INTEGRATORAP_CM946ES=y
CONFIG_ARCH_INTEGRATOR_AP=y
CONFIG_CM946ES=y