diff options
Diffstat (limited to 'drivers/media/video/au0828/Kconfig')
-rw-r--r-- | drivers/media/video/au0828/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/video/au0828/Kconfig b/drivers/media/video/au0828/Kconfig new file mode 100644 index 000000000000..c97c4bd24841 --- /dev/null +++ b/drivers/media/video/au0828/Kconfig | |||
@@ -0,0 +1,12 @@ | |||
1 | |||
2 | config VIDEO_AU0828 | ||
3 | tristate "Auvitek AU0828 support" | ||
4 | depends on VIDEO_DEV && I2C && INPUT | ||
5 | select I2C_ALGOBIT | ||
6 | select DVB_AU8522 if !DVB_FE_CUSTOMIZE | ||
7 | select DVB_TUNER_XC5000 if !DVB_FE_CUSTOMIZE | ||
8 | ---help--- | ||
9 | This is a video4linux driver for Auvitek's USB device. | ||
10 | |||
11 | To compile this driver as a module, choose M here: the | ||
12 | module will be called au0828 | ||