mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
9ef851f890
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>
4 lines
82 B
Text
4 lines
82 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_INTEGRATOR=y
|
|
CONFIG_ARCH_INTEGRATOR_CP=y
|
|
CONFIG_CM920T=y
|