xref: /openbmc/u-boot/arch/arm/mach-rockchip/rk3188/Kconfig (revision daa483debea9596f23f5869f7623cec1ef761718)
1if ROCKCHIP_RK3188
2
3config SYS_SOC
4	default "rockchip"
5
6config SYS_MALLOC_F_LEN
7	default 0x0800
8
9config SPL_LIBCOMMON_SUPPORT
10	default y
11
12config SPL_LIBGENERIC_SUPPORT
13	default y
14
15config SPL_SERIAL_SUPPORT
16	default y
17
18config TPL_LIBCOMMON_SUPPORT
19	default y
20
21config TPL_SERIAL_SUPPORT
22	default y
23
24endif
25