]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-snapdragon/Kconfig
arm64: add support for Ka-Ro TXSD-410E
[karo-tx-uboot.git] / arch / arm / mach-snapdragon / Kconfig
index dc7ba21c18cf99d98ffdd005c8bf3a2012f5a1fa..e2affb41bfc986cd35b9caaaf84b77af1445dfbc 100644 (file)
@@ -19,8 +19,17 @@ config TARGET_DRAGONBOARD410C
          - HDMI
          - 20-pin low speed and 40-pin high speed expanders, 4 LED, 3 buttons
 
+config TARGET_TXSD_410E
+       bool "Ka-Ro electronics TXSD-410E"
+       help
+         Support for Ka-Ro electronics TXSD-410E module. This board
+         is compatible with the Qualcomm Snapdragon 410C board and
+         has a form factor like the TX-Series modules produced by
+         Ka-Ro electronics GmbH.
+
 endchoice
 
 source "board/qualcomm/dragonboard410c/Kconfig"
+source "board/karo/txsd/Kconfig"
 
 endif