diff options
Diffstat (limited to 'linux/drivers/media/video/au0828/Kconfig')
-rw-r--r-- | linux/drivers/media/video/au0828/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/drivers/media/video/au0828/Kconfig b/linux/drivers/media/video/au0828/Kconfig new file mode 100644 index 000000000..546c9689e --- /dev/null +++ b/linux/drivers/media/video/au0828/Kconfig @@ -0,0 +1,11 @@ + +config VIDEO_AU0828 + tristate "Auvitek AU0828 support" + depends on VIDEO_DEV && I2C && INPUT + select I2C_ALGOBIT + ---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 ambarella + |