1# ST Microelectronics STM32MP1 MPU series 2 3# Copyright (c) 2019 STMicroelectronics 4# SPDX-License-Identifier: Apache-2.0 5 6config SOC_SERIES_STM32MP1X 7 bool "STM32MP15 Series MPU" 8 select ARM 9 select CPU_CORTEX_M4 10 select CPU_CORTEX_M_HAS_DWT 11 select SOC_FAMILY_STM32 12 select HAS_STM32CUBE 13 select CPU_HAS_ARM_MPU 14 select OPENAMP_RSC_TABLE if RAM_CONSOLE 15 help 16 Enable support for STM32MP1 MPU series 17