]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-rockchip/rk3288/Kconfig
rockchip: Add support for veyron-mickey (Chromebit)
[people/ms/u-boot.git] / arch / arm / mach-rockchip / rk3288 / Kconfig
CommitLineData
2444dae5
SG
1if ROCKCHIP_RK3288
2
17aa548c
SG
3config TARGET_FIREFLY_RK3288
4 bool "Firefly-RK3288"
5 help
6 Firefly is a RK3288-based development board with 2 USB ports,
7 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
8 also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
9 provide access to display pins, I2C, SPI, UART and GPIOs.
10
744368d6
XZ
11config TARGET_EVB_RK3288
12 bool "Evb-RK3288"
13 help
14 EVB-RK3288 is a RK3288-based development board with 2 USB ports,
15 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
16 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
17 provide access to display pins, I2C, SPI, UART and GPIOs.
18
d7ca67b7 19config TARGET_FENNEC_RK3288
20 bool "Fennec-RK3288"
21 help
22 Fennec is a RK3288-based development board with 2 USB ports,
23 HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also
24 includes on-board eMMC and 2GB of SDRAM. Expansion connectors
25 provide access to display pins, I2C, SPI, UART and GPIOs.
26
dd63fbc7 27config TARGET_POPMETAL_RK3288
28 bool "PopMetal-RK3288"
29 help
30 PopMetal is a RK3288-based development board with 3 USB host ports,
31 1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit
32 Ethernet and lots of sensors. It also includes on-board 8 GeMMC and
33 2GB DDR3. Expansion connectors provide access to I2C, SPI, UART,
34 GPIOs and display interface.
35
1c62d999
XZ
36config TARGET_MINIARM_RK3288
37 bool "miniarm-RK3288"
38 help
39 Miniarm is a RK3288-based development board with 2 USB ports, HDMI,
40 micro-SD card, audio, Gigabit Ethernet. It also includes on-board
41 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
42 I2C, SPI, UART, GPIOs.
43
e2e947ff
SG
44config TARGET_CHROMEBOOK_JERRY
45 bool "Google/Rockchip Veyron-Jerry Chromebook"
46 help
47 Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports,
48 HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and
49 WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to
50 the keyboard and battery functions.
51
e70408c0
SG
52config TARGET_CHROMEBIT_MICKEY
53 bool "Google/Rockchip Veyron-Mickey Chromebit"
54 help
55 Mickey is a small RK3288-based device with one USB 3.0 port, HDMI
56 and WiFi. It has a separate power port and is designed to connect
57 to the HDMI input of a monitor or TV. It has no internal battery.
58 Typically a USB hub or wireless keyboard/touchpad is used to get
59 keyboard and mouse access.
60
7c1058fa
SG
61config TARGET_ROCK2
62 bool "Radxa Rock 2"
63 help
64 Rock 2 is a SOM and base-board combination based on RK3288. It
65 includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and
66 space for a real-time-clock battery. There is also an expansion
67 interface which provides access to many pins.
68
dae594f2
SG
69config ROCKCHIP_FAST_SPL
70 bool "Change the CPU to full speed in SPL"
71 depends on TARGET_CHROMEBOOK_JERRY
72 help
73 Some boards want to boot as fast as possible. We can increase the
74 CPU frequency in SPL if the power supply is configured to the correct
75 voltage. This option is only available on boards which support it
76 and have the required PMIC code.
77
2444dae5
SG
78config SYS_SOC
79 default "rockchip"
80
81178034 81config SYS_MALLOC_F_LEN
82 default 0x0800
83
d3662dff
SG
84config SPL_DRIVERS_MISC_SUPPORT
85 default y
86
77d2f7f5
SG
87config SPL_LIBCOMMON_SUPPORT
88 default y
89
cc4288ef
SG
90config SPL_LIBGENERIC_SUPPORT
91 default y
92
e00f76ce
SG
93config SPL_SERIAL_SUPPORT
94 default y
95
1c62d999 96source "board/chipspark/popmetal_rk3288/Kconfig"
e2e947ff 97
17aa548c
SG
98source "board/firefly/firefly-rk3288/Kconfig"
99
5e9b1503 100source "board/google/veyron/Kconfig"
1c62d999 101
7c1058fa
SG
102source "board/radxa/rock2/Kconfig"
103
cba6bb1b 104source "board/rockchip/evb_rk3288/Kconfig"
744368d6 105
d7ca67b7 106source "board/rockchip/fennec_rk3288/Kconfig"
107
1c62d999 108source "board/rockchip/miniarm_rk3288/Kconfig"
dd63fbc7 109
2444dae5 110endif