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:
parent
6587c93aa9
commit
c450130446
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue