arm: rockchip: rk3399: Move common configs in Kconfig
authorJagan Teki <jagan@amarulasolutions.com>
Wed, 8 May 2019 05:41:43 +0000 (11:11 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 8 May 2019 09:34:13 +0000 (17:34 +0800)
commit2666bd42c6ebac995dc65cf31512e26c26b59599
tree4ebfe61059b7d68acddfe6c4cb1b245fb9b4776a
parent695dca9a47a5e379b9543c7762f938b034519364
arm: rockchip: rk3399: Move common configs in Kconfig

Few SPL and U-Boot proper configs are common to all rk3399 target
defconfigs, move them and select it from platform kconfig.

Moved configs:
-  SPL_ATF
-  SPL_ATF_NO_PLATFORM_PARAM if SPL_ATF
-  SPL_LOAD_FIT
-  SPL_CLK if SPL
-  SPL_PINCTRL if SPL
-  SPL_RAM if SPL
-  SPL_REGMAP if SPL
-  SPL_SYSCON if SPL
-  CLK
-  FIT
-  PINCTRL
-  RAM
-  REGMAP
-  SYSCON
-  DM_PMIC
-  DM_REGULATOR_FIXED

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/Kconfig
configs/chromebook_bob_defconfig
configs/evb-rk3399_defconfig
configs/ficus-rk3399_defconfig
configs/firefly-rk3399_defconfig
configs/orangepi-rk3399_defconfig
configs/puma-rk3399_defconfig
configs/rock960-rk3399_defconfig