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 | |
jk.kernel@gmail.com | d7ca67b | 2016-07-26 18:28:29 +0800 | [diff] [blame] | 19 | config TARGET_FENNEC_RK3288 |
| 20 | bool "Fennec-RK3288" |
| 21 | help |
| 22 | Fennec is a RK3288-based development board with 2 USB ports, |
| 23 | HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also |
| 24 | includes on-board eMMC and 2GB of SDRAM. Expansion connectors |
| 25 | provide access to display pins, I2C, SPI, UART and GPIOs. |
| 26 | |
jk.kernel@gmail.com | dd63fbc | 2016-07-26 18:28:30 +0800 | [diff] [blame] | 27 | config TARGET_POPMETAL_RK3288 |
| 28 | bool "PopMetal-RK3288" |
| 29 | help |
| 30 | PopMetal is a RK3288-based development board with 3 USB host ports, |
| 31 | 1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit |
| 32 | Ethernet and lots of sensors. It also includes on-board 8 GeMMC and |
| 33 | 2GB DDR3. Expansion connectors provide access to I2C, SPI, UART, |
| 34 | GPIOs and display interface. |
| 35 | |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 36 | config TARGET_MINIARM_RK3288 |
| 37 | bool "miniarm-RK3288" |
| 38 | help |
| 39 | Miniarm is a RK3288-based development board with 2 USB ports, HDMI, |
| 40 | micro-SD card, audio, Gigabit Ethernet. It also includes on-board |
| 41 | 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to |
| 42 | I2C, SPI, UART, GPIOs. |
| 43 | |
Simon Glass | e2e947f | 2015-08-30 16:55:42 -0600 | [diff] [blame] | 44 | config TARGET_CHROMEBOOK_JERRY |
| 45 | bool "Google/Rockchip Veyron-Jerry Chromebook" |
| 46 | help |
| 47 | Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports, |
| 48 | HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and |
| 49 | WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to |
| 50 | the keyboard and battery functions. |
| 51 | |
Simon Glass | 7c1058f | 2016-01-21 19:45:24 -0700 | [diff] [blame] | 52 | config TARGET_ROCK2 |
| 53 | bool "Radxa Rock 2" |
| 54 | help |
| 55 | Rock 2 is a SOM and base-board combination based on RK3288. It |
| 56 | includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and |
| 57 | space for a real-time-clock battery. There is also an expansion |
| 58 | interface which provides access to many pins. |
| 59 | |
Simon Glass | dae594f | 2016-01-21 19:45:17 -0700 | [diff] [blame] | 60 | config ROCKCHIP_FAST_SPL |
| 61 | bool "Change the CPU to full speed in SPL" |
| 62 | depends on TARGET_CHROMEBOOK_JERRY |
| 63 | help |
| 64 | Some boards want to boot as fast as possible. We can increase the |
| 65 | CPU frequency in SPL if the power supply is configured to the correct |
| 66 | voltage. This option is only available on boards which support it |
| 67 | and have the required PMIC code. |
| 68 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 69 | config SYS_SOC |
| 70 | default "rockchip" |
| 71 | |
huang lin | 8117803 | 2015-11-17 14:20:10 +0800 | [diff] [blame] | 72 | config SYS_MALLOC_F_LEN |
| 73 | default 0x0800 |
| 74 | |
Simon Glass | d3662df | 2016-09-12 23:18:34 -0600 | [diff] [blame] | 75 | config SPL_DRIVERS_MISC_SUPPORT |
| 76 | default y |
| 77 | |
Simon Glass | 77d2f7f | 2016-09-12 23:18:41 -0600 | [diff] [blame] | 78 | config SPL_LIBCOMMON_SUPPORT |
| 79 | default y |
| 80 | |
Simon Glass | cc4288e | 2016-09-12 23:18:43 -0600 | [diff] [blame] | 81 | config SPL_LIBGENERIC_SUPPORT |
| 82 | default y |
| 83 | |
Simon Glass | 1fdf7c6 | 2016-09-12 23:18:44 -0600 | [diff] [blame] | 84 | config SPL_MMC_SUPPORT |
| 85 | default y |
| 86 | |
Simon Glass | e00f76c | 2016-09-12 23:18:56 -0600 | [diff] [blame^] | 87 | config SPL_SERIAL_SUPPORT |
| 88 | default y |
| 89 | |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 90 | source "board/chipspark/popmetal_rk3288/Kconfig" |
Simon Glass | e2e947f | 2015-08-30 16:55:42 -0600 | [diff] [blame] | 91 | |
Simon Glass | 17aa548 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 92 | source "board/firefly/firefly-rk3288/Kconfig" |
| 93 | |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 94 | source "board/google/chromebook_jerry/Kconfig" |
| 95 | |
Simon Glass | 7c1058f | 2016-01-21 19:45:24 -0700 | [diff] [blame] | 96 | source "board/radxa/rock2/Kconfig" |
| 97 | |
jk.kernel@gmail.com | cba6bb1 | 2016-07-26 18:28:27 +0800 | [diff] [blame] | 98 | source "board/rockchip/evb_rk3288/Kconfig" |
Xu Ziyuan | 744368d | 2016-07-05 18:06:30 +0800 | [diff] [blame] | 99 | |
jk.kernel@gmail.com | d7ca67b | 2016-07-26 18:28:29 +0800 | [diff] [blame] | 100 | source "board/rockchip/fennec_rk3288/Kconfig" |
| 101 | |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 102 | source "board/rockchip/miniarm_rk3288/Kconfig" |
jk.kernel@gmail.com | dd63fbc | 2016-07-26 18:28:30 +0800 | [diff] [blame] | 103 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 104 | endif |