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 | |
| 12 | config SYS_MALLOC_F |
| 13 | default y |
| 14 | |
| 15 | config SYS_MALLOC_F_LEN |
| 16 | default 0x800 |
| 17 | |
| 18 | config SPL_DM |
| 19 | default y |
| 20 | |
| 21 | config DM_SERIAL |
| 22 | default y |
| 23 | |
| 24 | config DM_SPI |
| 25 | default y |
| 26 | |
| 27 | config DM_SPI_FLASH |
| 28 | default y |
| 29 | |
| 30 | config DM_I2C |
| 31 | default y |
| 32 | |
| 33 | config DM_GPIO |
| 34 | default y |
| 35 | |
| 36 | config ROCKCHIP_SERIAL |
| 37 | default y |
| 38 | |
| 39 | source "arch/arm/mach-rockchip/rk3288/Kconfig" |
| 40 | |
| 41 | endif |