test/py: Add usb gadget binding test
[platform/kernel/u-boot.git] / arch / arm / mach-rockchip / rk3188 / Kconfig
1 if ROCKCHIP_RK3188
2
3 config TARGET_ROCK
4         bool "Radxa Rock"
5         help
6           Rock is a RK3188-based development board with 2 USB and 1 otg
7           ports, HDMI, TV-out, micro-SD card, audio, WiFi  and 100MBit
8           Ethernet, It also includes on-board nand and 1GB of SDRAM.
9           Expansion connectors provide access to display pins, I2C, SPI,
10           UART and GPIOs.
11
12 config ROCKCHIP_BOOT_MODE_REG
13         default 0x20004040
14
15 config SYS_SOC
16         default "rk3188"
17
18 config SYS_MALLOC_F_LEN
19         default 0x0800
20
21 config SPL_LIBCOMMON_SUPPORT
22         default y
23
24 config SPL_LIBGENERIC_SUPPORT
25         default y
26
27 config SPL_SERIAL_SUPPORT
28         default y
29
30 config TPL_LIBCOMMON_SUPPORT
31         default y
32
33 config TPL_LIBGENERIC_SUPPORT
34         default y
35
36 source "board/radxa/rock/Kconfig"
37
38 endif