commit | 5fb87a1632fbc7b5079b1497aff41de20647c759 | [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 | fe7c95ee5c2e4a757941221ae3b624c78bdaf068 [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>