soc: nxp: ke1xf: enable DAC driver
Enable the driver for the Kinetis Digital-to-Analog (DAC32) module present in the NXP Kinetis KE1xF SoC series. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
44144a2efe
commit
27f982f1a3
2 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,10 @@ config ADC_MCUX_ADC12
|
|||
default y
|
||||
depends on ADC
|
||||
|
||||
config DAC_MCUX_DAC32
|
||||
default y
|
||||
depends on DAC
|
||||
|
||||
source "soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.mke*"
|
||||
|
||||
endif # SOC_SERIES_KINETIS_KE1XF
|
||||
|
|
|
@ -26,5 +26,6 @@ config SOC_SERIES_KINETIS_KE1XF
|
|||
select HAS_MCUX_WDOG32
|
||||
select HAS_MCUX_FTM
|
||||
select HAS_MCUX_LPTMR
|
||||
select HAS_MCUX_DAC32
|
||||
help
|
||||
Enable support for Kinetis KE1xF MCU series
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue