Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
db476ffa c0a1d1e9

+1 -1
+1 -1
drivers/usb/host/Kconfig
··· 234 234 tristate "EHCI support for OMAP3 and later chips" 235 235 depends on ARCH_OMAP || COMPILE_TEST 236 236 depends on NOP_USB_XCEIV 237 - default y 237 + default ARCH_OMAP 238 238 help 239 239 Enables support for the on-chip EHCI controller on 240 240 OMAP3 and later chips.