Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 1 | if ARCH_ROCKCHIP |
| 2 | |
| 3 | config ROCKCHIP_RK3288 |
| 4 | bool "Support Rockchip RK3288" |
| 5 | help |
| 6 | The Rockchip RK3288 is a ARM-based SoC with a quad-core Cortex-A17 |
| 7 | including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two |
| 8 | video interfaces supporting HDMI and eDP, several DDR3 options |
| 9 | and video codec support. Peripherals include Gigabit Ethernet, |
| 10 | USB2 host and OTG, SDIO, I2S, UART,s, SPI, I2C and PWMs. |
| 11 | |
huang lin | be1d5e0 | 2015-11-17 14:20:27 +0800 | [diff] [blame] | 12 | config ROCKCHIP_RK3036 |
| 13 | bool "Support Rockchip RK3036" |
| 14 | help |
| 15 | The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7 |
| 16 | including NEON and GPU, Mali-400 graphics, several DDR3 options |
| 17 | and video codec support. Peripherals include Gigabit Ethernet, |
| 18 | USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs. |
| 19 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 20 | config SYS_MALLOC_F |
| 21 | default y |
| 22 | |
Ariel D'Alessandro | cd3187d | 2015-11-16 08:15:51 -0300 | [diff] [blame] | 23 | config SPL_SYS_MALLOC_SIMPLE |
| 24 | default y |
| 25 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 26 | config SPL_DM |
| 27 | default y |
| 28 | |
| 29 | config DM_SERIAL |
| 30 | default y |
| 31 | |
| 32 | config DM_SPI |
| 33 | default y |
| 34 | |
| 35 | config DM_SPI_FLASH |
| 36 | default y |
| 37 | |
| 38 | config DM_I2C |
| 39 | default y |
| 40 | |
| 41 | config DM_GPIO |
| 42 | default y |
| 43 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 44 | source "arch/arm/mach-rockchip/rk3288/Kconfig" |
huang lin | be1d5e0 | 2015-11-17 14:20:27 +0800 | [diff] [blame] | 45 | source "arch/arm/mach-rockchip/rk3036/Kconfig" |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 46 | endif |