mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
28dd15b433
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>
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
|
|
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---
|
|
This is a video4linux driver for Auvitek's USB device.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called au0828
|