aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-21 12:35:13 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-21 12:35:13 +0200
commitabf095b5c567e36800d56c0ea0066b046b2678e1 (patch)
treedbbe5c31fde37bbbda9236f5b18b92e3e80ab163 /drivers/staging/greybus/Kconfig
parentstaging: unisys: include: remove unused ULTRA_CHANNELCLI_STRING (diff)
downloadlinux-dev-abf095b5c567e36800d56c0ea0066b046b2678e1.tar.xz
linux-dev-abf095b5c567e36800d56c0ea0066b046b2678e1.zip
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>
Diffstat (limited to 'drivers/staging/greybus/Kconfig')
-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 89c49767d247..50de2d72dde0 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.