counter: remove Kconfig.defconfig* setting of counter drivers
Now that counter 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. Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
c35f1f977d
commit
ff2a1212bf
22 changed files with 0 additions and 112 deletions
|
@ -29,10 +29,6 @@ choice USB_MCUX_CONTROLLER_TYPE
|
|||
default USB_DC_NXP_LPCIP3511
|
||||
endchoice
|
||||
|
||||
config COUNTER_MCUX_CTIMER
|
||||
default y
|
||||
depends on COUNTER
|
||||
|
||||
config I2S_MCUX_FLEXCOMM
|
||||
default y if HAS_MCUX_FLEXCOMM
|
||||
depends on I2S
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue