dac: remove Kconfig.defconfig setting of DAC drivers

Now that DAC drivers are enabled based on devicetree
we need to remove any cases of them getting enabled by
Kconfig.defconfig* files as this can lead to errors.

Typically the Kconfig.defconfig* will blindly enable a
sensor and not respect the devicetree state of the DAC.
Additionally we can get problems with prj.conf/defconfig
getting incorrectly overridden.

Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
Kumar Gala 2022-08-02 08:00:01 -05:00 committed by Carles Cufí
commit b5b2b627b5
10 changed files with 0 additions and 34 deletions

View file

@ -17,9 +17,6 @@ if BOARD_BL5340_DVK_CPUAPP
if DAC
config DAC_MCP4725
default y
config I2C
default y

View file

@ -13,9 +13,6 @@ config BT_CTLR
if DAC
config DAC_MCP4725
default y
config I2C
default y

View file

@ -17,9 +17,6 @@ config BT_CTLR
if DAC
config DAC_MCP4725
default y
config I2C
default y

View file

@ -13,9 +13,6 @@ config BT_CTLR
if DAC
config DAC_MCP4725
default y
config I2C
default y

View file

@ -8,9 +8,6 @@ if DAC
config SPI
default y
config DAC_DACX0508
default y
endif # DAC
endif # SHIELD_DAC80508_EVM

View file

@ -8,9 +8,6 @@ if SOC_FAMILY_SAM0
config COUNTER_SAM0_TC32
default COUNTER
config DAC_SAM0
default DAC
config DMA_SAM0
default DMA

View file

@ -8,10 +8,6 @@ if SOC_MK22F51212
config SOC
default "mk22f51212"
config DAC_MCUX_DAC
default y
depends on DAC
config GPIO
default y

View file

@ -12,10 +12,6 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 86
config DAC_MCUX_DAC
default y
depends on DAC
config CAN_MCUX_FLEXCAN
default y
depends on CAN

View file

@ -12,10 +12,6 @@ config NUM_IRQS
# must be >= the highest interrupt number used
default 100
config DAC_MCUX_DAC
default y
depends on DAC
config CAN_MCUX_FLEXCAN
default y
depends on CAN

View file

@ -54,10 +54,6 @@ config SOC_FLASH_MCUX
default y
depends on FLASH
config DAC_MCUX_DAC32
default y
depends on DAC
config DMA_MCUX_EDMA
default y
depends on DMA