Commit e36b68ed authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: mc/Kconfig: remove staging dependency for request API



When the request API got merged, only drivers at staging were
using it. As we wanted to be able to do future changes on it,
we added an artificial depends on STAGING_MEDIA.

Yet, request API is there for quite some time now, and
didn't suffer any API breakages during this time. So, drop
this.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Suggested-by: default avatarEzequiel Garcia <ezequiel@collabora.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 6af5797c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ config MEDIA_CONTROLLER_DVB

config MEDIA_CONTROLLER_REQUEST_API
	bool
	depends on MEDIA_CONTROLLER && STAGING_MEDIA
	depends on MEDIA_CONTROLLER
	help
	  DO NOT ENABLE THIS OPTION UNLESS YOU KNOW WHAT YOU'RE DOING.