zephyr/samples/drivers/flash_shell/Kconfig
Kumar Gala c58ca61a66 samples: flash_shell: Enable on all platforms with a flash driver
Try and build the flash_shell on all platforms that have a flash driver
rather than a limited set of know platforms.  This hopefully acts as a
build coverage test for all the flash drivers.

The flash shell requires around 10K of memory so limit it to systems
with 12K or more.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-02-06 19:18:51 -05:00

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