1# Copyright (c) 2019 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config SOC_FLASH_RV32M1 5 bool "RV32M1 flash shim driver" 6 default y 7 depends on DT_HAS_OPENISA_RV32M1_FTFE_ENABLED 8 select FLASH_HAS_PAGE_LAYOUT 9 select FLASH_HAS_DRIVER_ENABLED 10 select FLASH_HAS_EXPLICIT_ERASE 11 help 12 Enables the RV32M1 flash shim driver. 13 WARNING: This driver will disable the system interrupts for 14 the duration of the flash erase/write operations. This will 15 have an impact on the overall system performance - whether 16 this is acceptable or not will depend on the use case. 17