diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 16:55:42 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-02 21:28:24 -0600 |
commit | e2e947ff6ba676e5ba84639fe6f2766aa683e181 (patch) | |
tree | a05098289b30d2e15ff18f3ae7fbd7811bc5ba99 /arch/arm/mach-rockchip/rk3288 | |
parent | 17aa548cedd9a4c063590d29ac27160dc67f47f9 (diff) | |
download | u-boot-imx-e2e947ff6ba676e5ba84639fe6f2766aa683e181.zip u-boot-imx-e2e947ff6ba676e5ba84639fe6f2766aa683e181.tar.gz u-boot-imx-e2e947ff6ba676e5ba84639fe6f2766aa683e181.tar.bz2 |
rockchip: Add basic support for jerry
This builds and displays an SPL message, but does not function beyond that.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3288')
-rw-r--r-- | arch/arm/mach-rockchip/rk3288/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig index 7a77615..4d0f1b5 100644 --- a/arch/arm/mach-rockchip/rk3288/Kconfig +++ b/arch/arm/mach-rockchip/rk3288/Kconfig @@ -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 |