aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/arm/mach-rockchip/rk3036/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/arm/mach-rockchip/rk3036/Kconfig')
-rw-r--r--roms/u-boot/arch/arm/mach-rockchip/rk3036/Kconfig31
1 files changed, 31 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-rockchip/rk3036/Kconfig b/roms/u-boot/arch/arm/mach-rockchip/rk3036/Kconfig
new file mode 100644
index 000000000..51cd43b39
--- /dev/null
+++ b/roms/u-boot/arch/arm/mach-rockchip/rk3036/Kconfig
@@ -0,0 +1,31 @@
+if ROCKCHIP_RK3036
+
+choice
+ prompt "RK3036 board select"
+
+config TARGET_EVB_RK3036
+ bool "EVB_RK3036"
+ select BOARD_LATE_INIT
+
+config TARGET_KYLIN_RK3036
+ bool "KYLIN_RK3036"
+ select BOARD_LATE_INIT
+
+endchoice
+
+config ROCKCHIP_BOOT_MODE_REG
+ default 0x200081c8
+
+config SYS_SOC
+ default "rk3036"
+
+config SYS_MALLOC_F_LEN
+ default 0x400
+
+config SPL_SERIAL_SUPPORT
+ default y
+
+source "board/rockchip/evb_rk3036/Kconfig"
+source "board/rockchip/kylin_rk3036/Kconfig"
+
+endif