zephyr/samples/drivers/flash_shell/Kconfig

10 lines
156 B
Plaintext

# Copyright (c) 2020, Linaro Ltd.
# SPDX-License-Identifier: Apache-2.0
source "Kconfig.zephyr"
if ARM_MPU
config MPU_ALLOW_FLASH_WRITE
def_bool y
endif