summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/Kconfig
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/Kconfig
parent1e029b836108d0b68ba574482604247c97cb4757 (diff)
downloadop-kernel-dev-2eccd4aa19fc88e48e4be4d86f271a266d95e6d0.zip
op-kernel-dev-2eccd4aa19fc88e48e4be4d86f271a266d95e6d0.tar.gz
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/Kconfig')
-rw-r--r--drivers/staging/greybus/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/greybus/Kconfig b/drivers/staging/greybus/Kconfig
index 50de2d7..ab096bc 100644
--- a/drivers/staging/greybus/Kconfig
+++ b/drivers/staging/greybus/Kconfig
@@ -216,4 +216,14 @@ config GREYBUS_USB
will be called gb-usb.ko
endif # GREYBUS_BRIDGED_PHY
+
+config GREYBUS_ARCHE
+ tristate "Greybus Arche Platform driver"
+ depends on USB_HSIC_USB3613 || COMPILE_TEST
+ ---help---
+ Select this option if you have an Arche device.
+
+ To compile this code as a module, chose M here: the module
+ will be called gb-arche.ko
+
endif # GREYBUS
OpenPOWER on IntegriCloud