summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-09-29 12:51:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-09-29 14:27:06 +0200
commit068bc903c134722767913657a938e592a1fed1d6 (patch)
tree8fd4fa0a8e5082f1ee7d8a309ca907cf015fb31d /drivers/phy/Makefile
parent081554dca90cdc59d6ca64f83125e741078ea0d9 (diff)
downloadbarebox-068bc903c134722767913657a938e592a1fed1d6.tar.gz
barebox-068bc903c134722767913657a938e592a1fed1d6.tar.xz
phy: Add usb-nop-xceiv support
Add a nop usb transcveiver driver. At the moment it does nothing, so is nothing more than a driver to satisfy the device tree dependencies. clk / vbus-regulator / vbus-detect-gpio support can be added later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r--drivers/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile
index 74514aeaed..8fc85953b3 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -3,3 +3,4 @@
#
obj-$(CONFIG_GENERIC_PHY) += phy-core.o
+obj-$(CONFIG_USB_NOP_XCEIV) += usb-nop-xceiv.o