1if ARCH_SNAPDRAGON
2
3config SYS_SOC
4	default "snapdragon"
5
6choice
7	prompt "Snapdragon board select"
8
9config 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
22endchoice
23
24source "board/qualcomm/dragonboard410c/Kconfig"
25
26endif
27