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 help 11 Enables the RV32M1 flash shim driver. 12 WARNING: This driver will disable the system interrupts for 13 the duration of the flash erase/write operations. This will 14 have an impact on the overall system performance - whether 15 this is acceptable or not will depend on the use case. 16