diff options
author | Tony Lindgren <tony@atomide.com> | 2012-12-16 12:28:46 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-16 15:23:37 -0800 |
commit | 770b6cb4d21fb3e3df2a7a51e186a3c14db1ec30 (patch) | |
tree | 823e7cff195a38cbd9b2122a994f18496704aef8 /drivers/usb/phy/Kconfig | |
parent | 3d59eebc5e137bd89c6351e4c70e90ba1d0dc234 (diff) | |
download | op-kernel-dev-770b6cb4d21fb3e3df2a7a51e186a3c14db1ec30.zip op-kernel-dev-770b6cb4d21fb3e3df2a7a51e186a3c14db1ec30.tar.gz |
ARM: OMAP: Fix drivers to depend on omap for internal devices
These devices are not available on other architectures, so
let's limit them to omap.
If the driver subsystem maintainers want to build test
system wide changes without building for each target,
it's easy to carry a test patch that just strips out the
depends entries from Kconfig files.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r-- | drivers/usb/phy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 7eb73c5..5de6e7f 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -6,6 +6,7 @@ comment "USB Physical Layer drivers" config OMAP_USB2 tristate "OMAP USB2 PHY Driver" + depends on ARCH_OMAP2PLUS select USB_OTG_UTILS help Enable this to support the transceiver that is part of SOC. This |