Merge tag 'mmc-2019-5-3' of https://github.com/MrVan/u-boot
[oweals/u-boot.git] / arch / arm / mach-rockchip / rk3188 / Kconfig
index f8e1d0316bf3c51e58a34e44edf364f7da313379..a6fc691fb6c784e89eaec4f98d1600875657df16 100644 (file)
@@ -1,7 +1,16 @@
 if ROCKCHIP_RK3188
 
+config TARGET_ROCK
+       bool "Radxa Rock"
+       help
+         Rock is a RK3188-based development board with 2 USB and 1 otg
+         ports, HDMI, TV-out, micro-SD card, audio, WiFi  and 100MBit
+         Ethernet, It also includes on-board nand and 1GB of SDRAM.
+         Expansion connectors provide access to display pins, I2C, SPI,
+         UART and GPIOs.
+
 config SYS_SOC
-       default "rockchip"
+       default "rk3188"
 
 config SYS_MALLOC_F_LEN
        default 0x0800
@@ -18,7 +27,9 @@ config SPL_SERIAL_SUPPORT
 config TPL_LIBCOMMON_SUPPORT
        default y
 
-config TPL_SERIAL_SUPPORT
+config TPL_LIBGENERIC_SUPPORT
        default y
 
+source "board/radxa/rock/Kconfig"
+
 endif