We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881407b commit bd9415eCopy full SHA for bd9415e
soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7a3xx
@@ -3,12 +3,13 @@
3
# Copyright (c) 2021 Electrolance Solutions
4
# SPDX-License-Identifier: Apache-2.0
5
6
-if SOC_STM32H7A3XX
+if SOC_STM32H7A3XX || SOC_STM32H7A3XXQ
7
8
config SOC
9
- default "stm32h7a3xx"
+ default "stm32h7a3xxQ" if SOC_STM32H7A3XXQ
10
+ default "stm32h7a3xx" if SOC_STM32H7A3XX
11
12
config NUM_IRQS
13
default 155
14
-endif # SOC_STM32H7A3XX
15
+endif # SOC_STM32H7A3XX || SOC_STM32H7A3XXQ
0 commit comments