]> Pileus Git - ~andy/linux/commitdiff
USB: phy: Restrict AM335x PHY driver to only be built on !ARM when COMPILE_TEST is...
authorDave Jones <davej@redhat.com>
Tue, 3 Sep 2013 21:35:52 +0000 (17:35 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 23:25:20 +0000 (16:25 -0700)
Signed-off-by: Dave Jones <davej@fedoraproject.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/phy/Kconfig

index d5589f9c60a92e3c96757c8a6ba1fd6a171e01b1..51ffe11cf38a1000657feeac01b8415634b5c61a 100644 (file)
@@ -93,6 +93,7 @@ config AM335X_CONTROL_USB
 
 config AM335X_PHY_USB
        tristate "AM335x USB PHY Driver"
+       depends on ARM || COMPILE_TEST
        select USB_PHY
        select AM335X_CONTROL_USB
        select NOP_USB_XCEIV