soc: arm: cc13x2_cc26x2: Kconfig: select CPU_HAS_ARM_MPU
This adds missing 'CPU_HAS_ARM_MPU' for Texas Instruments SimpleLink CC13x2 and CC26x2 SoC series. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
2d937f0683
commit
15b22e066f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ config SOC_SERIES_CC13X2_CC26X2
|
|||
bool "TI SimpleLink Family CC13x2 / CC26x2"
|
||||
select ARM
|
||||
select CPU_CORTEX_M4
|
||||
select CPU_HAS_ARM_MPU
|
||||
select DYNAMIC_INTERRUPTS
|
||||
select CPU_CORTEX_M_HAS_DWT
|
||||
select CPU_HAS_FPU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue