Skip to content

Commit

Permalink
usb: phy: Enable compile testing for some of drivers
Browse files Browse the repository at this point in the history
Some of the USB phy drivers can be compile tested to increase build
coverage.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20191230172215.17370-2-krzk@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Krzysztof Kozlowski authored and Greg Kroah-Hartman committed Dec 30, 2019
1 parent 88eaaec commit 91687c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/usb/phy/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ config USB_MXS_PHY

config USB_TEGRA_PHY
tristate "NVIDIA Tegra USB PHY Driver"
depends on ARCH_TEGRA
depends on ARCH_TEGRA || COMPILE_TEST
select USB_COMMON
select USB_PHY
select USB_ULPI
Expand All @@ -172,7 +172,7 @@ config USB_TEGRA_PHY

config USB_ULPI
bool "Generic ULPI Transceiver Driver"
depends on ARM || ARM64
depends on ARM || ARM64 || COMPILE_TEST
select USB_ULPI_VIEWPORT
help
Enable this to support ULPI connected USB OTG transceivers which
Expand Down

0 comments on commit 91687c1

Please sign in to comment.