summaryrefslogtreecommitdiff
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2019-02-07 12:07:51 +0000
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2024-03-26 12:15:10 +0000
commit75b60600898d54fe4d989e31b9aa6a1b03b6576a (patch)
treea6727400a50ccd37553afca0340ef0829dac3ca8 /drivers/media/Kconfig
parent539a78ffdfb2b782484172c89a41f3a5fbd730c6 (diff)
media: fix VIDEO_DEV dependenciescsi-v6
VIDEO_DEV can also be enabled when we have DTV support enabled. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 6abc9302cd84..ab9079adcd27 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -159,7 +159,7 @@ menu "Media core support"
config VIDEO_DEV
tristate "Video4Linux core"
- default MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT || MEDIA_PLATFORM_SUPPORT || MEDIA_TEST_SUPPORT
+ default MEDIA_CAMERA_SUPPORT || MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT || MEDIA_PLATFORM_SUPPORT || MEDIA_TEST_SUPPORT
depends on (I2C || I2C=n)
select RATIONAL
select VIDEOBUF2_V4L2 if VIDEOBUF2_CORE