zephyr/soc/arm/st_stm32/stm32h7/Kconfig.defconfig.stm32h747xx
Erwan Gouriou ef35fbcf42 soc/arm: Provide basic support for STM32H7 series
Enable basic support to STM32H7, in single core configuration (M7).

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-07-04 08:50:04 -04:00

18 lines
255 B
Text

# Kconfig - ST STM32H747X MCU configuration options
#
# Copyright (c) 2019 Linaro Limited
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32H747XX
config SOC
string
default "stm32h747xx"
config NUM_IRQS
int
default 150
endif # SOC_STM32H747XX