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	help
12	  Enables the LPC IAP 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