aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/Kconfig
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-03-30 16:00:45 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:57 -0400
commit8eb8ff3870ede23b2328ef376023a3542efcb9a5 (patch)
tree4c44c01face036be2d9721e69c3972e996077083 /drivers/media/Kconfig
parentc735372f5df2dc7b67080881bdc613d199173abf (diff)
V4L/DVB (7483): tuner-simple: fix broken build dependency
tuner-simple is the only module that uses tuner-types - these will be merged to a single module in the future. For now, build both of them if TUNER_SIMPLE is selected. This fixes the following build warning, if tuner-simple is selected without tuner-types: WARNING: "tuner_count" [tuner-simple.ko] undefined! WARNING: "tuners" [tuner-simple.ko] undefined! Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r--drivers/media/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index b9b38d9ff65..1f7244cffe2 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -71,13 +71,9 @@ source "drivers/media/dvb/Kconfig"
71 71
72source "drivers/media/common/Kconfig" 72source "drivers/media/common/Kconfig"
73 73
74config VIDEO_TUNER_TYPES
75 tristate
76
77config VIDEO_TUNER 74config VIDEO_TUNER
78 tristate 75 tristate
79 depends on I2C 76 depends on I2C
80 select VIDEO_TUNER_TYPES
81 select TUNER_XC2028 if !VIDEO_TUNER_CUSTOMIZE 77 select TUNER_XC2028 if !VIDEO_TUNER_CUSTOMIZE
82 select TUNER_MT20XX if !VIDEO_TUNER_CUSTOMIZE 78 select TUNER_MT20XX if !VIDEO_TUNER_CUSTOMIZE
83 select TUNER_TDA8290 if !VIDEO_TUNER_CUSTOMIZE 79 select TUNER_TDA8290 if !VIDEO_TUNER_CUSTOMIZE
@@ -140,7 +136,6 @@ config TUNER_TEA5767
140config TUNER_SIMPLE 136config TUNER_SIMPLE
141 tristate "Simple tuner support" 137 tristate "Simple tuner support"
142 depends on I2C 138 depends on I2C
143 select VIDEO_TUNER_TYPES
144 select TUNER_TDA9887 139 select TUNER_TDA9887
145 default m if VIDEO_TUNER_CUSTOMIZE 140 default m if VIDEO_TUNER_CUSTOMIZE
146 help 141 help