blob: 22f49da98b119a9ec46c7313ad86020ef26a35d2 [file] [log] [blame]
# ST Microelectronics Common Kconfig
# Copyright (c) 2019 Linaro Ltd.
# SPDX-License-Identifier: Apache-2.0
# Workaround for not being able to have commas in macro arguments
DT_CHOSEN_Z_CCM := zephyr,ccm
config STM32_CCM
def_bool $(dt_chosen_enabled,$(DT_CHOSEN_Z_CCM))
config STM32_BACKUP_SRAM
bool "Enable STM32 Backup SRAM"
depends on SOC_SERIES_STM32F2X || SOC_SERIES_STM32F4X || \
SOC_SERIES_STM32F7X || SOC_SERIES_STM32H7X
help
Enable support for STM32 backup SRAM.
config USE_STM32_ASSERT
depends on ASSERT
bool "STM32Cube HAL and LL drivers asserts"
help
Enable asserts in STM32Cube HAL and LL drivers.