blob: d55dc1aaa1d02212117bedd44692a19c5cadb2e6 [file] [log] [blame]
Mateusz Kulikowski08592132016-03-31 23:12:32 +02001if ARCH_SNAPDRAGON
2
3config SYS_SOC
4 default "snapdragon"
5
Mateusz Kulikowski626f0482016-03-31 23:12:33 +02006choice
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
Jorge Ramirez-Ortiz4b684a62018-01-10 11:33:50 +010022config TARGET_DRAGONBOARD820C
23 bool "96Boards Dragonboard 820C"
24 help
25 Support for 96Boards Dragonboard 820C. This board complies with
26 96Board Open Platform Specifications. Features:
27 - Qualcomm Snapdragon 820C SoC - APQ8096 (4xKyro CPU)
28 - 3GiB RAM
29 - 32GiB UFS drive
30
Mateusz Kulikowski626f0482016-03-31 23:12:33 +020031endchoice
32
33source "board/qualcomm/dragonboard410c/Kconfig"
Jorge Ramirez-Ortiz4b684a62018-01-10 11:33:50 +010034source "board/qualcomm/dragonboard820c/Kconfig"
Mateusz Kulikowski626f0482016-03-31 23:12:33 +020035
Mateusz Kulikowski08592132016-03-31 23:12:32 +020036endif