| # Kconfig - ST Microelectronics STM32MP1 MPU series | |
| # | |
| # Copyright (c) 2019 STMicroelectronics | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| config SOC_SERIES_STM32MP1X | |
| bool "STM32MP15 Series MPU" | |
| select CPU_CORTEX_M4 | |
| select SOC_FAMILY_STM32 | |
| select HAS_STM32CUBE | |
| select CPU_HAS_ARM_MPU | |
| select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL | |
| help | |
| Enable support for STM32MP1 MPU series |