rockchip: add basic support for evb-rk3288 board
[oweals/u-boot.git] / arch / arm / mach-rockchip / rk3288 / Kconfig
index d0a72767c88075ba78846bb2631313f02e0d789c..031dbfc06146236cd38cfc8d0a949f12e724c6d3 100644 (file)
@@ -8,6 +8,14 @@ config TARGET_FIREFLY_RK3288
          also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
          provide access to display pins, I2C, SPI, UART and GPIOs.
 
+config TARGET_EVB_RK3288
+       bool "Evb-RK3288"
+       help
+         EVB-RK3288 is a RK3288-based development board with 2 USB ports,
+         HDMI, VGA, micro-SD card, audio, WiFi  and Gigabit Ethernet, It
+         also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
+         provide access to display pins, I2C, SPI, UART and GPIOs.
+
 config TARGET_CHROMEBOOK_JERRY
        bool "Google/Rockchip Veyron-Jerry Chromebook"
        help
@@ -16,6 +24,23 @@ 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
+       help
+         Some boards want to boot as fast as possible. We can increase the
+         CPU frequency in SPL if the power supply is configured to the correct
+         voltage. This option is only available on boards which support it
+         and have the required PMIC code.
+
 config SYS_SOC
        default "rockchip"
 
@@ -26,4 +51,8 @@ source "board/google/chromebook_jerry/Kconfig"
 
 source "board/firefly/firefly-rk3288/Kconfig"
 
+source "board/radxa/rock2/Kconfig"
+
+source "board/evb-rk3288/evb-rk3288/Kconfig"
+
 endif