db820c: add qualcomm dragonboard 820C support
[platform/kernel/u-boot.git] / arch / arm / mach-snapdragon / Kconfig
index dc7ba21..d55dc1a 100644 (file)
@@ -19,8 +19,18 @@ config TARGET_DRAGONBOARD410C
          - HDMI
          - 20-pin low speed and 40-pin high speed expanders, 4 LED, 3 buttons
 
+config TARGET_DRAGONBOARD820C
+       bool "96Boards Dragonboard 820C"
+       help
+         Support for 96Boards Dragonboard 820C. This board complies with
+         96Board Open Platform Specifications. Features:
+         - Qualcomm Snapdragon 820C SoC - APQ8096 (4xKyro CPU)
+         - 3GiB RAM
+         - 32GiB UFS drive
+
 endchoice
 
 source "board/qualcomm/dragonboard410c/Kconfig"
+source "board/qualcomm/dragonboard820c/Kconfig"
 
 endif