summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-06-12 23:30:14 -0600
committerSimon Glass <sjg@chromium.org>2016-07-11 14:06:44 -0600
commitaa15038cdf4a00898bac05be8af63e6d1006aa1f (patch)
tree87a1485bbb7300a68f53c0263e777d99333bd14f /arch/arm/mach-rockchip/Kconfig
parente7a773a0bcceb130e441398d8bc97febacb0d499 (diff)
downloadu-boot-imx-aa15038cdf4a00898bac05be8af63e6d1006aa1f.zip
u-boot-imx-aa15038cdf4a00898bac05be8af63e6d1006aa1f.tar.gz
u-boot-imx-aa15038cdf4a00898bac05be8af63e6d1006aa1f.tar.bz2
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>
Diffstat (limited to 'arch/arm/mach-rockchip/Kconfig')
-rw-r--r--arch/arm/mach-rockchip/Kconfig27
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index 2a8afac..c49cc19 100644
--- a/arch/arm/mach-rockchip/Kconfig
+++ b/arch/arm/mach-rockchip/Kconfig
@@ -17,33 +17,6 @@ config ROCKCHIP_RK3036
and video codec support. Peripherals include Gigabit Ethernet,
USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
-config SYS_MALLOC_F
- default y
-
-config SPL_SYS_MALLOC_SIMPLE
- default y
-
-config SPL_DM
- default y
-
-config DM_SERIAL
- default y
-
-config DM_SPI
- default y
-
-config DM_SPI_FLASH
- default y
-
-config DM_I2C
- default y
-
-config DM_GPIO
- default y
-
-config BLK
- default y
-
source "arch/arm/mach-rockchip/rk3288/Kconfig"
source "arch/arm/mach-rockchip/rk3036/Kconfig"
endif