Rather setting the driver default in soc, make it directly at symbol level rather than soc and clean up redundant `select` occurrences. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
13 lines
293 B
Text
13 lines
293 B
Text
# STMicroelectronics STM32WL MCU series
|
|
|
|
# Copyright (c) 2020 STMicroelectronics.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_STM32WLX
|
|
select ARM
|
|
select CPU_CORTEX_M4
|
|
select CPU_CORTEX_M_HAS_DWT
|
|
select HAS_STM32CUBE
|
|
select CPU_HAS_ARM_MPU
|
|
select HAS_PM
|
|
select HAS_POWEROFF
|