Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig
[platform/kernel/u-boot.git] / arch / arm / mach-rockchip / rk3288 / Kconfig
index b4113e0..94863a9 100644 (file)
@@ -72,6 +72,21 @@ config SYS_SOC
 config SYS_MALLOC_F_LEN
        default 0x0800
 
+config SPL_DRIVERS_MISC_SUPPORT
+       default y
+
+config SPL_LIBCOMMON_SUPPORT
+       default y
+
+config SPL_LIBGENERIC_SUPPORT
+       default y
+
+config SPL_MMC_SUPPORT
+       default y
+
+config SPL_SERIAL_SUPPORT
+       default y
+
 source "board/chipspark/popmetal_rk3288/Kconfig"
 
 source "board/firefly/firefly-rk3288/Kconfig"