Skip to content

Commit 881407b

Browse files
manoj153nashif
authored andcommitted
soc: arm: stm32h7: add stm32h7a3xxq
The Q variant is the same as non-Q, except the Q has SMPS built-in. This symbol addition is to have the correct SOC definition ("STM32H7A3XXQ") Signed-off-by: Manojkumar Subramaniam <[email protected]>
1 parent a268d8b commit 881407b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

soc/arm/st_stm32/stm32h7/Kconfig.soc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Copyright (c) 2019 Linaro Limited
44
# Copyright (c) 2020 Teslabs Engineering S.L.
5+
# Copyright (c) 2021 Electrolance Solutions
56
# SPDX-License-Identifier: Apache-2.0
67

78
choice
@@ -46,4 +47,9 @@ config SOC_STM32H7A3XX
4647
select CPU_CORTEX_M7
4748
select CPU_HAS_FPU_DOUBLE_PRECISION
4849

50+
config SOC_STM32H7A3XXQ
51+
bool "STM32H7A3XXQ"
52+
select CPU_CORTEX_M7
53+
select CPU_HAS_FPU_DOUBLE_PRECISION
54+
4955
endchoice

0 commit comments

Comments
 (0)