aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/dvb/frontends/Kconfig2
-rw-r--r--drivers/media/video/au0828/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
index 5c78f6329d68..a206cee23f73 100644
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -437,7 +437,7 @@ config DVB_S5H1409
437 437
438config DVB_AU8522 438config DVB_AU8522
439 tristate "Auvitek AU8522 based" 439 tristate "Auvitek AU8522 based"
440 depends on DVB_CORE && I2C 440 depends on DVB_CORE && I2C && VIDEO_V4L2
441 default m if DVB_FE_CUSTOMISE 441 default m if DVB_FE_CUSTOMISE
442 help 442 help
443 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want 443 An ATSC 8VSB and QAM64/256 tuner module. Say Y when you want
diff --git a/drivers/media/video/au0828/Kconfig b/drivers/media/video/au0828/Kconfig
index 20993ae17d36..551f9ba63876 100644
--- a/drivers/media/video/au0828/Kconfig
+++ b/drivers/media/video/au0828/Kconfig
@@ -1,7 +1,7 @@
1 1
2config VIDEO_AU0828 2config VIDEO_AU0828
3 tristate "Auvitek AU0828 support" 3 tristate "Auvitek AU0828 support"
4 depends on I2C && INPUT && DVB_CORE && USB 4 depends on I2C && INPUT && DVB_CORE && USB && VIDEO_V4L2
5 select I2C_ALGOBIT 5 select I2C_ALGOBIT
6 select VIDEO_TVEEPROM 6 select VIDEO_TVEEPROM
7 select DVB_AU8522 if !DVB_FE_CUSTOMISE 7 select DVB_AU8522 if !DVB_FE_CUSTOMISE