]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rockchip: Use 'select' instead of defaults in Kconfig
authorSimon Glass <sjg@chromium.org>
Mon, 13 Jun 2016 05:30:14 +0000 (23:30 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 11 Jul 2016 20:06:44 +0000 (14:06 -0600)
commitaa15038cdf4a00898bac05be8af63e6d1006aa1f
tree87a1485bbb7300a68f53c0263e777d99333bd14f
parente7a773a0bcceb130e441398d8bc97febacb0d499
rockchip: Use 'select' instead of defaults in Kconfig

Rockchip uses driver model for all subsystems. Specify this in the arm
Kconfig rather than as defaults in the Rockchip Kconfig. This means that
boards cannot turn these options off, which seems correct.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig
arch/arm/mach-rockchip/Kconfig