aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3066/Kconfig
blob: 4a79a829adec5a0fecf9a7a64d498c5bf94d490b (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
if ROCKCHIP_RK3066

config TARGET_MK808
	bool "MK808"
	help
	  MK808 is a RK3066-based board with 1 USB host and 1 USB OTG port,
	  HDMI and a micro-SD card slot. It also includes on-board NAND
	  and 1GB of SDRAM.

config ROCKCHIP_BOOT_MODE_REG
	default 0x20004040

config ROCKCHIP_BOOT_LR_REG
	hex
	default 0x00001058

config ROCKCHIP_BOOT_RETURN_REG
	hex
	default 0x00001100

config SYS_SOC
	default "rk3066"

config SYS_MALLOC_F_LEN
	default 0x0800

config SPL_LIBCOMMON_SUPPORT
	default y

config SPL_LIBGENERIC_SUPPORT
	default y

config SPL_SERIAL
	default y

config TPL_LIBCOMMON_SUPPORT
	default y

config TPL_LIBGENERIC_SUPPORT
	default y

config TPL_SERIAL
	default y

source "board/rikomagic/mk808/Kconfig"

endif