summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/au0828/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-05-03 21:23:51 +0000
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-05-03 21:23:51 +0000
commit8fc2f3fc81b589f81ce81a4a1be4e4d680eac2a8 (patch)
treea601c2f0472693968be1d60d7c28cb6ba8d12fe9 /linux/drivers/media/video/au0828/Kconfig
parent09d3a21b7659969b7316f548f9f67ce2c0bec892 (diff)
downloadmediapointer-dvb-s2-8fc2f3fc81b589f81ce81a4a1be4e4d680eac2a8.tar.gz
mediapointer-dvb-s2-8fc2f3fc81b589f81ce81a4a1be4e4d680eac2a8.tar.bz2
build fix for drivers/media/video/au0828
From: Ingo Molnar <mingo@elte.hu> x86.git testing found the following build failure in v2.6.26-rc1: MODPOST 424 modules ERROR: "tveeprom_hauppauge_analog" [drivers/media/video/au0828/au0828.ko] undefined! ERROR: "tveeprom_read" [drivers/media/video/au0828/au0828.ko] undefined! with this config: http://redhat.com/~mingo/misc/config-Sat_May__3_22_28_58_CEST_2008.bad this patch does what other video drivers do to utilize the VIDEO_TVEEPROM functionality (and this resolves the build problem) - but i have not checked it on real hardware and i have not checked whether the fix is complete. selections, so some items might still be missing - just not triggered with this specific config. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/au0828/Kconfig')
-rw-r--r--linux/drivers/media/video/au0828/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/au0828/Kconfig b/linux/drivers/media/video/au0828/Kconfig
index cab277faf..4d99b1aae 100644
--- a/linux/drivers/media/video/au0828/Kconfig
+++ b/linux/drivers/media/video/au0828/Kconfig
@@ -3,6 +3,7 @@ config VIDEO_AU0828
tristate "Auvitek AU0828 support"
depends on VIDEO_DEV && I2C && INPUT && DVB_CORE
select I2C_ALGOBIT
+ select VIDEO_TVEEPROM
select DVB_AU8522 if !DVB_FE_CUSTOMIZE
select MEDIA_TUNER_XC5000 if !DVB_FE_CUSTOMIZE
---help---