Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abf095b5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

staging: greybus: fix up camera Kconfig dependancies



CONFIG_MEDIA is not a thing, but CONFIG_MEDIA_SUPPORT is, so use that.

Reported-by: default avatarValentin Rothberg <valentinrothberg@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a43bb30b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.