diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-09 19:17:19 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-09 19:17:19 -0300 |
commit | 88d2f64be52dc30021041fe19e19f59c39549330 (patch) | |
tree | 4a36a803fb304826a7136a2ae56af14e6834227c /linux/drivers/media/video/sn9c102/Kconfig | |
parent | 6f35eb920300b903a0078d2ca191d1ea9cd7a15f (diff) | |
parent | 9c3c5a718fce00294e192f6d722db93fd60e0006 (diff) | |
download | mediapointer-dvb-s2-88d2f64be52dc30021041fe19e19f59c39549330.tar.gz mediapointer-dvb-s2-88d2f64be52dc30021041fe19e19f59c39549330.tar.bz2 |
Merging from master:
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/sn9c102/Kconfig')
-rw-r--r-- | linux/drivers/media/video/sn9c102/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux/drivers/media/video/sn9c102/Kconfig b/linux/drivers/media/video/sn9c102/Kconfig new file mode 100644 index 000000000..cf552e6b8 --- /dev/null +++ b/linux/drivers/media/video/sn9c102/Kconfig @@ -0,0 +1,11 @@ +config USB_SN9C102 + tristate "USB SN9C10x PC Camera Controller support" + depends on USB && VIDEO_V4L1 + ---help--- + Say Y here if you want support for cameras based on SONiX SN9C101, + SN9C102 or SN9C103 PC Camera Controllers. + + See <file:Documentation/video4linux/sn9c102.txt> for more info. + + To compile this driver as a module, choose M here: the + module will be called sn9c102. |