summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-21 10:35:13 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-21 10:35:13 (GMT)
commitabf095b5c567e36800d56c0ea0066b046b2678e1 (patch)
treedbbe5c31fde37bbbda9236f5b18b92e3e80ab163
parenta43bb30b62cf6993f1351c3f0d25f048e96052cd (diff)
downloadlinux-abf095b5c567e36800d56c0ea0066b046b2678e1.tar.xz
staging: greybus: fix up camera Kconfig dependancies
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>
-rw-r--r--drivers/staging/greybus/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/Kconfig b/drivers/staging/greybus/Kconfig
index 89c4976..50de2d7 100644
--- a/drivers/staging/greybus/Kconfig
+++ b/drivers/staging/greybus/Kconfig
@@ -48,7 +48,7 @@ config GREYBUS_BOOTROM
config GREYBUS_CAMERA
tristate "Greybus Camera Class driver"
- depends on MEDIA && LEDS_CLASS_FLASH && BROKEN
+ depends on MEDIA_SUPPORT && LEDS_CLASS_FLASH && BROKEN
---help---
Select this option if you have a device that follows the
Greybus Camera Class specification.