]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-rockchip/rk3288/Kconfig
rockchip: Add basic support for jerry
[karo-tx-uboot.git] / arch / arm / mach-rockchip / rk3288 / Kconfig
index 7a77615291a0c31b4fa2aee1c751de39df9ebda6..4d0f1b519127603101ad9af547bafa84c973c799 100644 (file)
@@ -8,9 +8,19 @@ 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_CHROMEBOOK_JERRY
+       bool "Google/Rockchip Veyron-Jerry Chromebook"
+       help
+         Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports,
+         HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and
+         WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to
+         the keyboard and battery functions.
+
 config SYS_SOC
        default "rockchip"
 
+source "board/google/chromebook_jerry/Kconfig"
+
 source "board/firefly/firefly-rk3288/Kconfig"
 
 endif