adc: remove Kconfig.defconfig setting of ADC drivers

Now that ADC 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 ADC.
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 07:49:10 -05:00 committed by Mahesh Mahadevan
commit 7e8a312c6b
33 changed files with 0 additions and 117 deletions

View file

@ -20,10 +20,6 @@ config WDT_MCUX_WWDT
default y
depends on WATCHDOG
config ADC_MCUX_LPADC
default y
depends on ADC
config DMA_MCUX_LPC
default y
depends on DMA

View file

@ -21,10 +21,6 @@ config WDT_MCUX_WWDT
default y
depends on WATCHDOG
config ADC_MCUX_LPADC
default y
depends on ADC
config DMA_MCUX_LPC
default y
depends on DMA