Mateusz Kulikowski | 2507d82 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 1 | if ARCH_SNAPDRAGON |
| 2 | |
| 3 | config SYS_SOC |
| 4 | default "snapdragon" |
| 5 | |
Ramon Fried | 8a1ed60 | 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 | |
Dzmitry Sankouski | 2826cbd | 2021-10-17 13:44:31 +0300 | [diff] [blame^] | 12 | config SDM845 |
| 13 | bool "Qualcomm Snapdragon 845 SoC" |
| 14 | default n |
| 15 | |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 16 | choice |
| 17 | prompt "Snapdragon board select" |
| 18 | |
| 19 | config TARGET_DRAGONBOARD410C |
| 20 | bool "96Boards Dragonboard 410C" |
Ramon Fried | 63596f0 | 2018-09-21 13:35:46 +0300 | [diff] [blame] | 21 | select BOARD_LATE_INIT |
Stephan Gerhold | 2279dde | 2021-07-07 11:06:02 +0200 | [diff] [blame] | 22 | select ENABLE_ARM_SOC_BOOT0_HOOK |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 23 | help |
| 24 | Support for 96Boards Dragonboard 410C. This board complies with |
| 25 | 96Board Open Platform Specifications. Features: |
| 26 | - Qualcomm Snapdragon 410C SoC - APQ8016 (4xCortex A53, Adreno 306) |
| 27 | - 1GiB RAM |
| 28 | - 8GiB eMMC, uSD slot |
| 29 | - WiFi, Bluetooth and GPS module |
| 30 | - 2x Host, 1x Device USB port |
| 31 | - HDMI |
| 32 | - 20-pin low speed and 40-pin high speed expanders, 4 LED, 3 buttons |
| 33 | |
Jorge Ramirez-Ortiz | 9f2d1b2 | 2018-01-10 11:33:50 +0100 | [diff] [blame] | 34 | config TARGET_DRAGONBOARD820C |
| 35 | bool "96Boards Dragonboard 820C" |
| 36 | help |
| 37 | Support for 96Boards Dragonboard 820C. This board complies with |
| 38 | 96Board Open Platform Specifications. Features: |
| 39 | - Qualcomm Snapdragon 820C SoC - APQ8096 (4xKyro CPU) |
| 40 | - 3GiB RAM |
| 41 | - 32GiB UFS drive |
| 42 | |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 43 | endchoice |
| 44 | |
| 45 | source "board/qualcomm/dragonboard410c/Kconfig" |
Jorge Ramirez-Ortiz | 9f2d1b2 | 2018-01-10 11:33:50 +0100 | [diff] [blame] | 46 | source "board/qualcomm/dragonboard820c/Kconfig" |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 47 | |
Mateusz Kulikowski | 2507d82 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 48 | endif |