summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3188/Kconfig
blob: f8e1d0316bf3c51e58a34e44edf364f7da313379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
if ROCKCHIP_RK3188

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

config TPL_SERIAL_SUPPORT
	default y

endif