xref: /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3066/Kconfig (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1if ROCKCHIP_RK3066
2
3config TARGET_MK808_RK3066
4        bool "MK808_RK3066"
5	help
6	  MK808 is a tv stick with usb host and otg, microsd card slot, hdmi and wifi.
7
8config SYS_SOC
9        default "rockchip"
10
11config SYS_MALLOC_F_LEN
12        default 0x0800
13
14config SPL_LIBCOMMON_SUPPORT
15        default y
16
17config SPL_LIBGENERIC_SUPPORT
18        default y
19
20config SPL_SERIAL_SUPPORT
21        default y
22
23config TPL_LIBCOMMON_SUPPORT
24        default y
25
26config TPL_LIBGENERIC_SUPPORT
27        default y
28
29source "board/rikomagic/mk808_rk3066/Kconfig"
30
31endif
32