2017-02-18 18:46:36 +00:00
|
|
|
if ROCKCHIP_RK3188
|
|
|
|
|
2017-03-26 19:09:55 +00:00
|
|
|
config TARGET_ROCK
|
|
|
|
bool "Radxa Rock"
|
|
|
|
help
|
|
|
|
Rock is a RK3188-based development board with 2 USB and 1 otg
|
|
|
|
ports, HDMI, TV-out, micro-SD card, audio, WiFi and 100MBit
|
|
|
|
Ethernet, It also includes on-board nand and 1GB of SDRAM.
|
|
|
|
Expansion connectors provide access to display pins, I2C, SPI,
|
|
|
|
UART and GPIOs.
|
|
|
|
|
2017-02-18 18:46:36 +00:00
|
|
|
config SYS_SOC
|
|
|
|
default "rockchip"
|
|
|
|
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x0800
|
|
|
|
|
|
|
|
config SPL_LIBCOMMON_SUPPORT
|
|
|
|
default y
|
|
|
|
|
|
|
|
config SPL_LIBGENERIC_SUPPORT
|
|
|
|
default y
|
|
|
|
|
|
|
|
config SPL_SERIAL_SUPPORT
|
|
|
|
default y
|
|
|
|
|
|
|
|
config TPL_LIBCOMMON_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2017-03-23 23:41:32 +00:00
|
|
|
config TPL_LIBGENERIC_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2017-03-26 19:09:55 +00:00
|
|
|
source "board/radxa/rock/Kconfig"
|
|
|
|
|
2017-02-18 18:46:36 +00:00
|
|
|
endif
|