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:
parent
66e4a4d9e7
commit
7e8a312c6b
33 changed files with 0 additions and 117 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue