Commit b8fad5b8 authored by Henrik Brix Andersen's avatar Henrik Brix Andersen Committed by Maureen Helm
Browse files

modules: mcux: add option for indicating presense of a DAC32 module



Add option for indicating that a NXP Kinetis SoC contains a
Digital-to-Analog (DAC32) module.

Signed-off-by: default avatarHenrik Brix Andersen <henrik@brixandersen.dk>
parent 1a2e87e3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -173,4 +173,8 @@ config HAS_MCUX_LPTMR
	help
	  Set if the Low Power Timer (LPTMR) module is present in the SoC.

config HAS_MCUX_DAC32
	bool
	help
	  Set if the Digital-to-Analog (DAC32) module is present in the SoC.
endif # HAS_MCUX