boards: arm: rpi_pico: Enable CONFIG_ARM_MPU=y for raspberry pi pico board #44318
Labels
area: Boards
Enhancement
Changes/Updates/Additions to existing features
platform: Raspberry Pi Pico
Raspberry Pi Pico (RPi Pico)
It looks like
CONFIG_ARM_MPU
is usually set in the board .defconfig for targets that include an MPU- the RP2040 (raspberry pi pico SOC) has an MPU, see datasheet here:https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf
I think it makes sense to add the config flag to
boards/arm/rpi_pico/rpi_pico_defconfig
, similar to the other boards?For my own understanding, this flag is not included in the SOC defaults (eg, for this case, here), because it's desirable to have it only opt-in for a particular user configuration?
The text was updated successfully, but these errors were encountered: