]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-rockchip/rk3036/Kconfig
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / arch / arm / mach-rockchip / rk3036 / Kconfig
CommitLineData
be1d5e03 1if ROCKCHIP_RK3036
2
d8b59782 3config TARGET_EVB_RK3036
4 bool "EVB_RK3036"
e5ec4815 5 select BOARD_LATE_INIT
d8b59782 6
47b4c228 7config TARGET_KYLIN_RK3036
8 bool "KYLIN_RK3036"
e5ec4815 9 select BOARD_LATE_INIT
47b4c228 10
d8b59782 11config SYS_SOC
12 default "rockchip"
13
14config SYS_MALLOC_F_LEN
15 default 0x400
16
e00f76ce
SG
17config SPL_SERIAL_SUPPORT
18 default y
19
c418addf
KY
20source "board/rockchip/evb_rk3036/Kconfig"
21source "board/rockchip/kylin_rk3036/Kconfig"
d8b59782 22
be1d5e03 23endif