Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 1 | if ROCKCHIP_RK3288 |
| 2 | |
Simon Glass | 17aa548 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 3 | config 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 | |
Xu Ziyuan | 744368d | 2016-07-05 18:06:30 +0800 | [diff] [blame] | 11 | config TARGET_EVB_RK3288 |
| 12 | bool "Evb-RK3288" |
| 13 | help |
| 14 | EVB-RK3288 is a RK3288-based development board with 2 USB ports, |
| 15 | HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It |
| 16 | also includes on-board eMMC and 2GB of SDRAM. Expansion connectors |
| 17 | provide access to display pins, I2C, SPI, UART and GPIOs. |
| 18 | |
Simon Glass | e2e947f | 2015-08-30 16:55:42 -0600 | [diff] [blame] | 19 | config TARGET_CHROMEBOOK_JERRY |
| 20 | bool "Google/Rockchip Veyron-Jerry Chromebook" |
| 21 | help |
| 22 | Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports, |
| 23 | HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and |
| 24 | WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to |
| 25 | the keyboard and battery functions. |
| 26 | |
Simon Glass | 7c1058f | 2016-01-21 19:45:24 -0700 | [diff] [blame] | 27 | config TARGET_ROCK2 |
| 28 | bool "Radxa Rock 2" |
| 29 | help |
| 30 | Rock 2 is a SOM and base-board combination based on RK3288. It |
| 31 | includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and |
| 32 | space for a real-time-clock battery. There is also an expansion |
| 33 | interface which provides access to many pins. |
| 34 | |
Simon Glass | dae594f | 2016-01-21 19:45:17 -0700 | [diff] [blame] | 35 | config ROCKCHIP_FAST_SPL |
| 36 | bool "Change the CPU to full speed in SPL" |
| 37 | depends on TARGET_CHROMEBOOK_JERRY |
| 38 | help |
| 39 | Some boards want to boot as fast as possible. We can increase the |
| 40 | CPU frequency in SPL if the power supply is configured to the correct |
| 41 | voltage. This option is only available on boards which support it |
| 42 | and have the required PMIC code. |
| 43 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 44 | config SYS_SOC |
| 45 | default "rockchip" |
| 46 | |
huang lin | 8117803 | 2015-11-17 14:20:10 +0800 | [diff] [blame] | 47 | config SYS_MALLOC_F_LEN |
| 48 | default 0x0800 |
| 49 | |
Simon Glass | e2e947f | 2015-08-30 16:55:42 -0600 | [diff] [blame] | 50 | source "board/google/chromebook_jerry/Kconfig" |
| 51 | |
Simon Glass | 17aa548 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 52 | source "board/firefly/firefly-rk3288/Kconfig" |
| 53 | |
Simon Glass | 7c1058f | 2016-01-21 19:45:24 -0700 | [diff] [blame] | 54 | source "board/radxa/rock2/Kconfig" |
| 55 | |
jk.kernel@gmail.com | cba6bb1 | 2016-07-26 18:28:27 +0800 | [diff] [blame^] | 56 | source "board/rockchip/evb_rk3288/Kconfig" |
Xu Ziyuan | 744368d | 2016-07-05 18:06:30 +0800 | [diff] [blame] | 57 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 58 | endif |