]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/mach-snapdragon/Kconfig
dc7ba21c18cf99d98ffdd005c8bf3a2012f5a1fa
[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 endchoice
23
24 source "board/qualcomm/dragonboard410c/Kconfig"
25
26 endif