]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/mach-snapdragon/Kconfig
arm64: add support for Ka-Ro TXSD-410E
[karo-tx-uboot.git] / arch / arm / mach-snapdragon / Kconfig
1 if ARCH_SNAPDRAGON
2
3 config SYS_SOC
4         default "snapdragon"
5
6 choice
7         prompt "Snapdragon board select"
8
9 config TARGET_DRAGONBOARD410C
10         bool "96Boards Dragonboard 410C"
11         help
12           Support for 96Boards Dragonboard 410C. This board complies with
13           96Board Open Platform Specifications. Features:
14           - Qualcomm Snapdragon 410C SoC - APQ8016 (4xCortex A53, Adreno 306)
15           - 1GiB RAM
16           - 8GiB eMMC, uSD slot
17           - WiFi, Bluetooth and GPS module
18           - 2x Host, 1x Device USB port
19           - HDMI
20           - 20-pin low speed and 40-pin high speed expanders, 4 LED, 3 buttons
21
22 config TARGET_TXSD_410E
23         bool "Ka-Ro electronics TXSD-410E"
24         help
25           Support for Ka-Ro electronics TXSD-410E module. This board
26           is compatible with the Qualcomm Snapdragon 410C board and
27           has a form factor like the TX-Series modules produced by
28           Ka-Ro electronics GmbH.
29
30 endchoice
31
32 source "board/qualcomm/dragonboard410c/Kconfig"
33 source "board/karo/txsd/Kconfig"
34
35 endif