commit | 9ef851f890c7ecb42bde06a55781b992224ef442 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Apr 21 21:59:37 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 23 08:52:27 2015 -0400 |
tree | 5728325eb83ec3b1b08effbdc8cbb3ed74c803e4 | |
parent | 5cbbd9bd0a5d496dee2b5592bb0c4cdac16bac80 [diff] |
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>