commit | 8b0ff6650325ed7a166c2b971e9319e5b5facef0 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Thu Jun 04 11:40:30 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Fri Nov 27 12:19:25 2020 +0100 |
tree | 0dcb7576ae1936882db988f4bf5bfe41b363945a | |
parent | fbef89886da6d7735d20fdde16a1ee6ed6c6ab56 [diff] |
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>