blob: 4d0f1b519127603101ad9af547bafa84c973c799 [file] [log] [blame]
Simon Glass2444dae2015-08-30 16:55:38 -06001if ROCKCHIP_RK3288
2
Simon Glass17aa5482015-08-30 16:55:41 -06003config TARGET_FIREFLY_RK3288
4 bool "Firefly-RK3288"
5 help
6 Firefly is a RK3288-based development board with 2 USB ports,
7 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
8 also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
9 provide access to display pins, I2C, SPI, UART and GPIOs.
10
Simon Glasse2e947f2015-08-30 16:55:42 -060011config TARGET_CHROMEBOOK_JERRY
12 bool "Google/Rockchip Veyron-Jerry Chromebook"
13 help
14 Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports,
15 HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and
16 WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to
17 the keyboard and battery functions.
18
Simon Glass2444dae2015-08-30 16:55:38 -060019config SYS_SOC
20 default "rockchip"
21
Simon Glasse2e947f2015-08-30 16:55:42 -060022source "board/google/chromebook_jerry/Kconfig"
23
Simon Glass17aa5482015-08-30 16:55:41 -060024source "board/firefly/firefly-rk3288/Kconfig"
25
Simon Glass2444dae2015-08-30 16:55:38 -060026endif