OSDN Git Service

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)
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

index a6d073f..6222b3a 100644 (file)
@@ -24,7 +24,6 @@ if MEDIA_SUPPORT
 
 config MEDIA_SUPPORT_FILTER
        bool "Filter media drivers"
-       depends on MEDIA_SUPPORT
        default y if !EMBEDDED && !EXPERT
        help
           Configuring the media subsystem can be complex, as there are