Enable basic support to STM32H7, in single core configuration (M7). Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
18 lines
255 B
Text
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
|