]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/mach-rockchip/rk3288/Kconfig
rockchip: add support for rk3288 PopMetal board
[people/ms/u-boot.git] / arch / arm / mach-rockchip / rk3288 / Kconfig
index 4bfd78bdb5eac5eb21fa3c5ffea5fff9994ace27..8ec1920d192e1c9f2cb8bb898f0810d97e4546a1 100644 (file)
@@ -24,6 +24,15 @@ config TARGET_FENNEC_RK3288
          includes on-board eMMC and 2GB of SDRAM. Expansion connectors
          provide access to display pins, I2C, SPI, UART and GPIOs.
 
+config TARGET_POPMETAL_RK3288
+       bool "PopMetal-RK3288"
+       help
+         PopMetal is a RK3288-based development board with 3 USB host ports,
+         1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit
+         Ethernet and lots of sensors. It also includes on-board 8 GeMMC and
+         2GB DDR3. Expansion connectors provide access to I2C, SPI, UART,
+         GPIOs and display interface.
+
 config TARGET_CHROMEBOOK_JERRY
        bool "Google/Rockchip Veyron-Jerry Chromebook"
        help
@@ -65,4 +74,6 @@ source "board/rockchip/evb_rk3288/Kconfig"
 
 source "board/rockchip/fennec_rk3288/Kconfig"
 
+source "board/chipspark/popmetal_rk3288/Kconfig"
+
 endif