Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga
[oweals/u-boot.git] / arch / arm / mach-rockchip / rk3128 / Kconfig
1 if ROCKCHIP_RK3128
2
3 choice
4         prompt "RK3128 board select"
5
6 config TARGET_EVB_RK3128
7         bool "RK3128 evaluation board"
8         select BOARD_LATE_INIT
9         help
10           RK3128evb is a evaluation board for Rockchip rk3128,
11           with full function and phisical connectors support like
12           usb2.0 host ports, LVDS, JTAG, MAC, SDcard, HDMI, USB-2-serial...
13
14 endchoice
15
16 config ROCKCHIP_BOOT_MODE_REG
17         default 0x100a0038
18
19 config SYS_SOC
20         default "rk3128"
21
22 config SYS_MALLOC_F_LEN
23         default 0x0800
24
25 source "board/rockchip/evb_rk3128/Kconfig"
26
27 endif