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