summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* staging: greybus: enable compile testing of arche driverJohan Hovold2017-05-161-0/+10
| | | | | | | | 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>
* staging: greybus: fix up camera Kconfig dependanciesGreg Kroah-Hartman2016-09-211-1/+1
| | | | | | | CONFIG_MEDIA is not a thing, but CONFIG_MEDIA_SUPPORT is, so use that. Reported-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: greybus: Kconfig: enable possibility to select light driverRui Miguel Silva2016-09-191-2/+2
| | | | | | | | | Remove BROKEN keyword to allow the light driver to be select now that we fixed the kernel version dependencies. Also fix the module name in the help section. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
* staging: greybus: gpio: it's CONFIG_GPIOLIB, not CONFIG_GPIOGreg Kroah-Hartman2016-09-191-1/+1
| | | | | | | The GPIO dependancy is CONFIG_GPIOLIB, not CONFIG_GPIO, no wonder it wasn't building properly... Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
* staging: greybus: Add drivers/staging/greybus to the buildGreg Kroah-Hartman2016-09-191-0/+219
This adds a proper Kconfig file for drivers/staging/greybus and fixes up the Makefile to work correctly within the kernel build system (modules depend on the .config options, etc.) Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
OpenPOWER on IntegriCloud