aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-03-25 09:59:18 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-14 10:29:05 +0200
commita832862295e0e604949e49f286ed368d5dfc2e3b (patch)
tree02b11a31122f7bb643a3954d41cc76888ff251f4 /drivers/media/Kconfig
parentmedia: Kconfig: mark other drivers as test drivers (diff)
downloadwireguard-linux-a832862295e0e604949e49f286ed368d5dfc2e3b.tar.xz
wireguard-linux-a832862295e0e604949e49f286ed368d5dfc2e3b.zip
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>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index dc0cc42d48ad..f6763d02f1be 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -125,7 +125,6 @@ source "drivers/media/mc/Kconfig"
config VIDEO_DEV
tristate
- depends on MEDIA_SUPPORT
default MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT || MEDIA_PLATFORM_SUPPORT
config VIDEO_V4L2_SUBDEV_API
@@ -146,7 +145,6 @@ source "drivers/media/v4l2-core/Kconfig"
config DVB_CORE
tristate
- depends on MEDIA_SUPPORT
depends on MEDIA_DIGITAL_TV_SUPPORT
depends on (I2C || I2C=n)
default y