commit | 89c0b1561521abbc68c3e95f447ae1e26eea0c35 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 26 18:59:42 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Feb 29 03:50:16 2016 +0900 |
tree | 4e02d3b0f6fc6345fec4c592d86f735c22080897 | |
parent | b165e2ceabaa2630fb8aaff57327d0a09dc88002 [diff] |
ARM: uniphier: rework UniPhier SoC select in Kconfig The chains of "depends on <SoC_name>" in the current Kconfig is clumsy. The idea here is to allow users to choose a SoC group first (SoC group consists of some SoCs that can coexist in one binary). Then, allow to enable/disable each SoC support in the selected SoC group. This makes the Kconfig menu clearer. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>