projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00d5f28
)
USB: phy: Restrict AM335x PHY driver to only be built on !ARM when COMPILE_TEST is...
author
Dave Jones
<davej@redhat.com>
Tue, 3 Sep 2013 21:35:52 +0000
(17:35 -0400)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/phy/Kconfig
b/drivers/usb/phy/Kconfig
index d5589f9c60a92e3c96757c8a6ba1fd6a171e01b1..51ffe11cf38a1000657feeac01b8415634b5c61a 100644
(file)
--- a/
drivers/usb/phy/Kconfig
+++ b/
drivers/usb/phy/Kconfig
@@
-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