]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: rework UniPhier SoC select in Kconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Feb 2016 09:59:42 +0000 (18:59 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 28 Feb 2016 18:50:16 +0000 (03:50 +0900)
commit5fb87a1632fbc7b5079b1497aff41de20647c759
tree4e02d3b0f6fc6345fec4c592d86f735c22080897
parentfe7c95ee5c2e4a757941221ae3b624c78bdaf068
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>
arch/arm/mach-uniphier/Kconfig
configs/uniphier_ld4_sld8_defconfig
configs/uniphier_pxs2_ld6b_defconfig