diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-04-17 18:16:47 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2006-04-17 18:16:47 +0200 |
commit | 392ad50208a490ee5ee73ac59e809ad366019c00 (patch) | |
tree | d984365ac21a1d8fd40a49f62781b7e6ae9a78df /linux/drivers/media/video/et61x251/Kconfig | |
parent | f62b12acad6cf4c6e78bc2dd7e3e445f2d239d24 (diff) | |
parent | 91263e7de241ee6403c43cd3a13206f749798ba6 (diff) | |
download | mediapointer-dvb-s2-392ad50208a490ee5ee73ac59e809ad366019c00.tar.gz mediapointer-dvb-s2-392ad50208a490ee5ee73ac59e809ad366019c00.tar.bz2 |
merge: from master
From: Patrick Boettcher <pb@linuxtv.org>
merge: from master
Signed-off-by: Patrick Boettcher <pb@linuxtv.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. |