modules: mcux: HAS_MCUX_IAP_LEGACY config

Adds HAS_MCUX_IAP_LEGACY configuration for legacy LPC IAP flash driver.

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
Andrei Gansari 2020-07-02 15:01:43 +03:00 committed by Anas Nashif
parent 6587c93aa9
commit c450130446

View file

@ -87,7 +87,13 @@ config HAS_MCUX_IAP
bool
help
Set if the flash memory In Applcation Programming is present in
the LPC family SoCs.
the LPC55xxx family SoCs.
config HAS_MCUX_IAP_LEGACY
bool
help
Set if the flash memory In Applcation Programming is present in
the older LPC family SoCs (LPC54xxx, LPC11xxx).
config HAS_MCUX_IGPIO
bool