summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3188/Kconfig
blob: b70d45cd624107c87beec2af13340b8340b0d379 (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
25
26
27
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_LIBGENERIC_SUPPORT
	default y

config TPL_SERIAL_SUPPORT
	default y

endif