diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-09 16:07:45 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-09 16:07:45 -0300 |
commit | 73161b8d82145c318ff26c1f62c49f21a95e66cb (patch) | |
tree | e01771ae876a0bdbba15cba0f45c8a8785241567 /linux/drivers/media/video/et61x251/Kconfig | |
parent | c9e76e2e8fe15c5c8300f25ab69877b8478b076f (diff) | |
download | mediapointer-dvb-s2-73161b8d82145c318ff26c1f62c49f21a95e66cb.tar.gz mediapointer-dvb-s2-73161b8d82145c318ff26c1f62c49f21a95e66cb.tar.bz2 |
Added ET61X251 support at the tree
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/et61x251/Kconfig')
-rw-r--r-- | linux/drivers/media/video/et61x251/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/linux/drivers/media/video/et61x251/Kconfig b/linux/drivers/media/video/et61x251/Kconfig new file mode 100644 index 000000000..c6bff7056 --- /dev/null +++ b/linux/drivers/media/video/et61x251/Kconfig @@ -0,0 +1,14 @@ +config USB_ET61X251 + tristate "USB ET61X[12]51 PC Camera Controller support" + depends on USB && VIDEO_V4L1 + ---help--- + Say Y here if you want support for cameras based on Etoms ET61X151 + or ET61X251 PC Camera Controllers. + + See <file:Documentation/video4linux/et61x251.txt> for more info. + + This driver uses the Video For Linux API. You must say Y or M to + "Video For Linux" to use this driver. + + To compile this driver as a module, choose M here: the + module will be called et61x251. |