]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
USB: host: omap: Do not enable by default during compile testing
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 17 Apr 2025 07:46:34 +0000 (09:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2025 11:20:23 +0000 (13:20 +0200)
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>
drivers/usb/host/Kconfig

index 033a9a4b51fe6abe0000cb455d3443e543d06160..109100cc77a32522d5cb7ddbe04d85b102987aa0 100644 (file)
@@ -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.