]> git.baikalelectronics.ru Git - kernel.git/commit
media: Kconfig: simplify some dependencies
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 25 Mar 2020 08:59:18 +0000 (09:59 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 14 Apr 2020 08:29:05 +0000 (10:29 +0200)
commit7012a61bbb5768def023444b8d3ee032967c725f
tree02b11a31122f7bb643a3954d41cc76888ff251f4
parentc9154bcad11fceda299edad1c54174c54510762f
media: Kconfig: simplify some dependencies

both DVB_CORE and VIDEO_DEV already depends on MEDIA_SUPPORT,
as they're below an if block.

So, remove this double dependency.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/Kconfig