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