blob: 95d7fc8a291773188195e0ac039f6b967b4f4031 [file] [log] [blame]
Johan Jonker33f47502022-04-16 17:09:47 +02001if ROCKCHIP_RK3066
2
Johan Jonker62fcd722022-04-16 17:09:48 +02003config TARGET_MK808
4 bool "MK808"
5 help
6 MK808 is a RK3066-based board with 1 USB host and 1 USB OTG port,
7 HDMI and a micro-SD card slot. It also includes on-board NAND
8 and 1GB of SDRAM.
9
Johan Jonker33f47502022-04-16 17:09:47 +020010config ROCKCHIP_BOOT_MODE_REG
11 default 0x20004040
12
13config SYS_SOC
14 default "rk3066"
15
16config SYS_MALLOC_F_LEN
17 default 0x0800
18
19config SPL_LIBCOMMON_SUPPORT
20 default y
21
22config SPL_LIBGENERIC_SUPPORT
23 default y
24
25config SPL_SERIAL
26 default y
27
28config TPL_LIBCOMMON_SUPPORT
29 default y
30
31config TPL_LIBGENERIC_SUPPORT
32 default y
33
34config TPL_SERIAL
35 default y
36
Johan Jonker62fcd722022-04-16 17:09:48 +020037source "board/rikomagic/mk808/Kconfig"
38
Johan Jonker33f47502022-04-16 17:09:47 +020039endif