]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-rockchip/rk3288/Kconfig
Revert "rockchip: rk3288: correct sdram setting"
[u-boot] / arch / arm / mach-rockchip / rk3288 / Kconfig
index ed89c3e0774d8a05f3dff4a3b4bbcb29195c8dd4..72156245bd37552845bda63b18315c01a90e2273 100644 (file)
@@ -16,6 +16,14 @@ config TARGET_CHROMEBOOK_JERRY
          WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to
          the keyboard and battery functions.
 
+config TARGET_ROCK2
+       bool "Radxa Rock 2"
+       help
+         Rock 2 is a SOM and base-board combination based on RK3288. It
+         includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and
+         space for a real-time-clock battery. There is also an expansion
+         interface which provides access to many pins.
+
 config ROCKCHIP_FAST_SPL
        bool "Change the CPU to full speed in SPL"
        depends on TARGET_CHROMEBOOK_JERRY
@@ -35,4 +43,6 @@ source "board/google/chromebook_jerry/Kconfig"
 
 source "board/firefly/firefly-rk3288/Kconfig"
 
+source "board/radxa/rock2/Kconfig"
+
 endif