Mateusz Kulikowski | 0859213 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 1 | if ARCH_SNAPDRAGON |
| 2 | |
| 3 | config SYS_SOC |
| 4 | default "snapdragon" |
| 5 | |
Ramon Fried | f035526 | 2018-05-28 23:55:49 +0300 | [diff] [blame] | 6 | config SYS_MALLOC_F_LEN |
| 7 | default 0x2000 |
| 8 | |
| 9 | config SPL_SYS_MALLOC_F_LEN |
| 10 | default 0x2000 |
| 11 | |
Mateusz Kulikowski | 626f048 | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 12 | choice |
| 13 | prompt "Snapdragon board select" |
| 14 | |
| 15 | config TARGET_DRAGONBOARD410C |
| 16 | bool "96Boards Dragonboard 410C" |
Ramon Fried | 2df573e | 2018-09-21 13:35:46 +0300 | [diff] [blame] | 17 | select BOARD_LATE_INIT |
Mateusz Kulikowski | 626f048 | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 18 | help |
| 19 | Support for 96Boards Dragonboard 410C. This board complies with |
| 20 | 96Board Open Platform Specifications. Features: |
| 21 | - Qualcomm Snapdragon 410C SoC - APQ8016 (4xCortex A53, Adreno 306) |
| 22 | - 1GiB RAM |
| 23 | - 8GiB eMMC, uSD slot |
| 24 | - WiFi, Bluetooth and GPS module |
| 25 | - 2x Host, 1x Device USB port |
| 26 | - HDMI |
| 27 | - 20-pin low speed and 40-pin high speed expanders, 4 LED, 3 buttons |
| 28 | |
Jorge Ramirez-Ortiz | 4b684a6 | 2018-01-10 11:33:50 +0100 | [diff] [blame] | 29 | config TARGET_DRAGONBOARD820C |
| 30 | bool "96Boards Dragonboard 820C" |
| 31 | help |
| 32 | Support for 96Boards Dragonboard 820C. This board complies with |
| 33 | 96Board Open Platform Specifications. Features: |
| 34 | - Qualcomm Snapdragon 820C SoC - APQ8096 (4xKyro CPU) |
| 35 | - 3GiB RAM |
| 36 | - 32GiB UFS drive |
| 37 | |
Mateusz Kulikowski | 626f048 | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 38 | endchoice |
| 39 | |
| 40 | source "board/qualcomm/dragonboard410c/Kconfig" |
Jorge Ramirez-Ortiz | 4b684a6 | 2018-01-10 11:33:50 +0100 | [diff] [blame] | 41 | source "board/qualcomm/dragonboard820c/Kconfig" |
Mateusz Kulikowski | 626f048 | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 42 | |
Mateusz Kulikowski | 0859213 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 43 | endif |