aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/Makefile
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2017-05-16 10:01:39 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-16 13:39:16 +0200
commit2eccd4aa19fc88e48e4be4d86f271a266d95e6d0 (patch)
treeb233fa5168d49c54b9e63ae0e6f93df662eb1b81 /drivers/staging/greybus/Makefile
parentstaging: greybus: arche: remove timesync remains (diff)
downloadlinux-dev-2eccd4aa19fc88e48e4be4d86f271a266d95e6d0.tar.xz
linux-dev-2eccd4aa19fc88e48e4be4d86f271a266d95e6d0.zip
staging: greybus: enable compile testing of arche driver
Add Arche platform-driver config option and allow the driver to be compile tested also without the out-of-tree usb3613 driver. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus/Makefile')
-rw-r--r--drivers/staging/greybus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile
index b26b9a35bdd5..23e1cb7bff8e 100644
--- a/drivers/staging/greybus/Makefile
+++ b/drivers/staging/greybus/Makefile
@@ -91,4 +91,4 @@ obj-$(CONFIG_GREYBUS_USB) += gb-usb.o
# Greybus Platform driver
gb-arche-y := arche-platform.o arche-apb-ctrl.o
-obj-$(CONFIG_USB_HSIC_USB3613) += gb-arche.o
+obj-$(CONFIG_GREYBUS_ARCHE) += gb-arche.o