mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-27 09:56:48 +08:00
USB: host: omap: Do not enable by default during compile testing
Enabling the compile test should not cause automatic enabling of all drivers, but only allow to choose to compile them. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250417074634.81295-1-krzysztof.kozlowski@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c0a1d1e9a4
commit
db476ffab1
@@ -234,7 +234,7 @@ config USB_EHCI_HCD_OMAP
|
||||
tristate "EHCI support for OMAP3 and later chips"
|
||||
depends on ARCH_OMAP || COMPILE_TEST
|
||||
depends on NOP_USB_XCEIV
|
||||
default y
|
||||
default ARCH_OMAP
|
||||
help
|
||||
Enables support for the on-chip EHCI controller on
|
||||
OMAP3 and later chips.
|
||||
|
||||
Reference in New Issue
Block a user