media: Remove superfluous dependency for MEDIA_SUPPORT_FILTER
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 4 Jun 2020 09:40:30 +0000 (11:40 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 27 Nov 2020 11:19:25 +0000 (12:19 +0100)
commit8b0ff6650325ed7a166c2b971e9319e5b5facef0
tree0dcb7576ae1936882db988f4bf5bfe41b363945a
parentfbef89886da6d7735d20fdde16a1ee6ed6c6ab56
media: Remove superfluous dependency for MEDIA_SUPPORT_FILTER

The MEDIA_SUPPORT_FILTER configuration option is located inside a block
protected by "#if MEDIA_SUPPORT", so there is no need to have an
explicit dependency on MEDIA_SUPPORT.  Drop it.

Fixes: c6774ee035dcb878 ("media: Kconfig: make filtering devices optional")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/Kconfig