1#
2# Copyright (c) 2022 Christoph Heller
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7# Set MPU to allow write accesses to flash memory.
8# This is required by the flash driver to be able
9# to write to the internal flash.
10CONFIG_MPU_ALLOW_FLASH_WRITE=y
11