From abf095b5c567e36800d56c0ea0066b046b2678e1 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 21 Sep 2016 12:35:13 +0200 Subject: [PATCH] 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 --- drivers/staging/greybus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.45.2