aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/mc
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-17 08:55:01 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-17 08:57:39 +0200
commite36b68ed273e12a4539b54d24bcdb929d94b68ba (patch)
tree0ab10b6dec597e8b852a6c5a8c07d115ba588c15 /drivers/media/mc
parentmedia: cec: don't select PCI & DMI (diff)
downloadwireguard-linux-e36b68ed273e12a4539b54d24bcdb929d94b68ba.tar.xz
wireguard-linux-e36b68ed273e12a4539b54d24bcdb929d94b68ba.zip
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: Stephen Rothwell <sfr@canb.auug.org.au> Suggested-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/mc')
-rw-r--r--drivers/media/mc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/mc/Kconfig b/drivers/media/mc/Kconfig
index 7c9628f37196..4815b9dde9af 100644
--- a/drivers/media/mc/Kconfig
+++ b/drivers/media/mc/Kconfig
@@ -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.