Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/staging/greybus/Kconfig
··· 48 48 49 49 config GREYBUS_CAMERA 50 50 tristate "Greybus Camera Class driver" 51 - depends on MEDIA && LEDS_CLASS_FLASH && BROKEN 51 + depends on MEDIA_SUPPORT && LEDS_CLASS_FLASH && BROKEN 52 52 ---help--- 53 53 Select this option if you have a device that follows the 54 54 Greybus Camera Class specification.