1CONFIG_SHELL=y
2CONFIG_LOG=y
3
4### In order to allow the flash device to be written to, this line will
5### need to be uncommented.  Note that on some devices (MCUX/NXP), this
6### needs to be enabled to even enable CONFIG_FLASH, as the probe needs
7### to write to flash.  Also, on NXP, enabling flash write also requires
8### that execute from RAM be enabled, as this is needed to operate the
9### flash device.
10# CONFIG_MPU_ALLOW_FLASH_WRITE=y
11# CONFIG_FLASH=y
12
13### These can be uncommented to enable the flash device on the
14### STM32F4X devices.
15# CONFIG_SOC_FLASH_STM32=y
16