Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / mach-rockchip / rk3036 / Kconfig
1 if ROCKCHIP_RK3036
2
3 choice
4         prompt "RK3036 board select"
5
6 config TARGET_EVB_RK3036
7         bool "EVB_RK3036"
8         select BOARD_LATE_INIT
9
10 config TARGET_KYLIN_RK3036
11         bool "KYLIN_RK3036"
12         select BOARD_LATE_INIT
13
14 endchoice
15
16 config ROCKCHIP_BOOT_MODE_REG
17         default 0x200081c8
18
19 config SYS_SOC
20         default "rk3036"
21
22 config SYS_MALLOC_F_LEN
23         default 0x400
24
25 config SPL_SERIAL_SUPPORT
26         default y
27
28 source "board/rockchip/evb_rk3036/Kconfig"
29 source "board/rockchip/kylin_rk3036/Kconfig"
30
31 endif