summaryrefslogtreecommitdiff
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-01-08 11:15:46 +0000
commit26db340fa05cfd980b3e2485abf88adfdb4f2a68 (patch)
tree218013ece277f09c31a3028d1f9e771318050991
parent21d9243c1e4db441624b207b7a09299089441a83 (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>
-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