usb_device: remove Kconfig.defconfig* setting of usb device drivers

Now that usb device 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:
Kumar Gala 2022-08-24 14:05:14 -05:00 committed by Mahesh Mahadevan
commit 3f8ba07b90
16 changed files with 0 additions and 60 deletions

View file

@ -21,10 +21,6 @@ config DMA_MCUX_LPC
default y
depends on DMA
config USB_MCUX
default y
depends on USB_DEVICE_DRIVER
choice USB_MCUX_CONTROLLER_TYPE
default USB_DC_NXP_LPCIP3511
endchoice