modules: mcux: add support for NXP MCUX ACMP
Add support for indicating that a SoC contains the NXP MCUX Analog Comparator (ACMP) IP. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
66d1bce948
commit
060d815978
|
@ -235,4 +235,9 @@ config HAS_MCUX_PIT
|
|||
help
|
||||
Set if the PIT module is present on the SoC.
|
||||
|
||||
config HAS_MCUX_ACMP
|
||||
bool
|
||||
help
|
||||
Set if the ACMP module is present on the SoC.
|
||||
|
||||
endif # HAS_MCUX
|
||||
|
|
Loading…
Reference in New Issue