mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02: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:
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user