]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-rockchip/rk3288/Kconfig
4bfd78bdb5eac5eb21fa3c5ffea5fff9994ace27
[people/ms/u-boot.git] / arch / arm / mach-rockchip / rk3288 / Kconfig
1 if ROCKCHIP_RK3288
2
3 config 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
11 config 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
19 config 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
27 config TARGET_CHROMEBOOK_JERRY
28 bool "Google/Rockchip Veyron-Jerry Chromebook"
29 help
30 Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports,
31 HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and
32 WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to
33 the keyboard and battery functions.
34
35 config TARGET_ROCK2
36 bool "Radxa Rock 2"
37 help
38 Rock 2 is a SOM and base-board combination based on RK3288. It
39 includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and
40 space for a real-time-clock battery. There is also an expansion
41 interface which provides access to many pins.
42
43 config ROCKCHIP_FAST_SPL
44 bool "Change the CPU to full speed in SPL"
45 depends on TARGET_CHROMEBOOK_JERRY
46 help
47 Some boards want to boot as fast as possible. We can increase the
48 CPU frequency in SPL if the power supply is configured to the correct
49 voltage. This option is only available on boards which support it
50 and have the required PMIC code.
51
52 config SYS_SOC
53 default "rockchip"
54
55 config SYS_MALLOC_F_LEN
56 default 0x0800
57
58 source "board/google/chromebook_jerry/Kconfig"
59
60 source "board/firefly/firefly-rk3288/Kconfig"
61
62 source "board/radxa/rock2/Kconfig"
63
64 source "board/rockchip/evb_rk3288/Kconfig"
65
66 source "board/rockchip/fennec_rk3288/Kconfig"
67
68 endif