]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-rockchip/rk3288/Kconfig
rockchip: Add basic support for firefly-rk3288
[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
2444dae5
SG
11config SYS_SOC
12 default "rockchip"
13
17aa548c
SG
14source "board/firefly/firefly-rk3288/Kconfig"
15
2444dae5 16endif