From: Greg Kroah-Hartman Date: Wed, 21 Sep 2016 10:35:13 +0000 (+0200) Subject: staging: greybus: fix up camera Kconfig dependancies X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=abf095b5c567e36800d56c0ea0066b046b2678e1;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- 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.