blob: 1d4aac167bb1168716d3c01ebb956e424e658f8f [file] [log] [blame]
# Kconfig - ST Microelectronics STM32 MCU line
#
# Copyright (c) 2016 Open-RnD Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#
config SOC_FAMILY_STM32
bool
# omit prompt to signify a "hidden" option
default n
if SOC_FAMILY_STM32
config BUILD_OUTPUT_HEX
default y
config SOC_FAMILY
string
default st_stm32
endif
config STM32_ARM_MPU_ENABLE
bool "Enable MPU"
depends on CPU_HAS_MPU
select ARM_MPU
default n
help
Enable MPU
source "arch/arm/soc/st_stm32/*/Kconfig.soc"