zephyr/soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h7b0xx
Charles Dias 63ceeb3bba soc: arm: st_stm32: add support for stm32h7b0xx and stm32h7b0xxQ
Add Kconfig SoC configurations.

Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
2023-11-15 10:02:06 +01:00

16 lines
358 B
Plaintext

# ST STM32H7B0XX MCU configuration options
# Copyright (c) 2023 Charles Dias <charlesdias.cd@outlook.com>
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32H7B0XX || SOC_STM32H7B0XXQ
config SOC
default "stm32h7b0xxQ" if SOC_STM32H7B0XXQ
default "stm32h7b0xx" if SOC_STM32H7B0XX
config NUM_IRQS
default 155
endif # SOC_STM32H7B0XX || SOC_STM32H7B0XXQ