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:
parent
2ac45e09db
commit
3f8ba07b90
|
@ -15,8 +15,6 @@ config I2C_DW_CLOCK_SPEED
|
|||
endif # I2C_DW
|
||||
|
||||
if USB_DEVICE_STACK
|
||||
config USB_DW
|
||||
default y
|
||||
config USB_DW_USB_2_0
|
||||
default y
|
||||
config USB_DEVICE_DRIVER
|
||||
|
|
|
@ -10,9 +10,6 @@ config BOARD
|
|||
|
||||
if USB
|
||||
|
||||
config USB_NRFX
|
||||
default y
|
||||
|
||||
config USB_DEVICE_STACK
|
||||
default y
|
||||
|
||||
|
|
|
@ -49,8 +49,4 @@ config I2S_SAM_SSC
|
|||
default y
|
||||
depends on I2S
|
||||
|
||||
config USB_DC_SAM_USBHS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
endif # SOC_SERIES_SAME70
|
||||
|
|
|
@ -50,8 +50,4 @@ config I2S_SAM_SSC
|
|||
default y
|
||||
depends on I2S
|
||||
|
||||
config USB_DC_SAM_USBHS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
endif # SOC_SERIES_SAMV71
|
||||
|
|
|
@ -11,9 +11,6 @@ config DMA_SAM0
|
|||
config HWINFO_SAM0
|
||||
default HWINFO
|
||||
|
||||
config USB_DC_SAM0
|
||||
default USB_DEVICE_DRIVER
|
||||
|
||||
if USB_DEVICE_DRIVER
|
||||
|
||||
config HEAP_MEM_POOL_SIZE
|
||||
|
|
|
@ -124,10 +124,6 @@ config FLASH_BASE_ADDRESS
|
|||
|
||||
endif # CODE_FLEXSPI2
|
||||
|
||||
config USB_MCUX
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
choice USB_MCUX_CONTROLLER_TYPE
|
||||
default USB_DC_NXP_EHCI
|
||||
endchoice
|
||||
|
|
|
@ -30,10 +30,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
|
||||
endif # CORTEX_M_SYSTICK
|
||||
|
||||
config USB_MCUX
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
choice USB_MCUX_CONTROLLER_TYPE
|
||||
default USB_DC_NXP_LPCIP3511
|
||||
endchoice
|
||||
|
|
|
@ -35,10 +35,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
|
||||
endif # CORTEX_M_SYSTICK
|
||||
|
||||
config USB_MCUX
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
choice USB_MCUX_CONTROLLER_TYPE
|
||||
default USB_DC_NXP_LPCIP3511
|
||||
endchoice
|
||||
|
|
|
@ -11,8 +11,4 @@ config SOC
|
|||
config GPIO
|
||||
default y
|
||||
|
||||
config USB_KINETIS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
endif # SOC_MK22F12
|
||||
|
|
|
@ -18,8 +18,4 @@ config GPIO
|
|||
config SPI
|
||||
default n
|
||||
|
||||
config USB_KINETIS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
endif # SOC_MK64F12
|
||||
|
|
|
@ -15,8 +15,4 @@ config NUM_IRQS
|
|||
config GPIO
|
||||
default y
|
||||
|
||||
config USB_KINETIS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
endif # SOC_MK66F18
|
||||
|
|
|
@ -22,10 +22,6 @@ config KINETIS_FLASH_CONFIG_FOPT
|
|||
config GPIO
|
||||
default y
|
||||
|
||||
config USB_KINETIS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
source "soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.mk*"
|
||||
|
||||
endif # SOC_SERIES_KINETIS_K8X
|
||||
|
|
|
@ -11,8 +11,4 @@ config SOC
|
|||
config NUM_IRQS
|
||||
default 32
|
||||
|
||||
config USB_KINETIS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
endif # SOC_MKL25Z
|
||||
|
|
|
@ -19,8 +19,4 @@ config NUM_IRQS
|
|||
config SPI
|
||||
default y
|
||||
|
||||
config USB_KINETIS
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
endif # SOC_MKW2xD512
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -37,10 +37,6 @@ config I2S_STM32
|
|||
default y
|
||||
depends on I2S
|
||||
|
||||
config USB_DC_STM32
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
config MEMC_STM32
|
||||
default y
|
||||
depends on MEMC
|
||||
|
|
Loading…
Reference in a new issue