diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-04-04 23:10:34 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-04-04 23:10:34 +0200 |
commit | 12df7556705aae97f24a397377e17898700d7192 (patch) | |
tree | 5adc6b1c2aa940263ee2e88fc6645918533da539 /drivers/media/video/et61x251/Kconfig | |
parent | powerpc/ppc: export strncasecmp (diff) | |
parent | Linux v2.6.17-rc1 (diff) | |
download | linux-12df7556705aae97f24a397377e17898700d7192.tar.xz linux-12df7556705aae97f24a397377e17898700d7192.zip |
Merge branch 'master'
Diffstat (limited to 'drivers/media/video/et61x251/Kconfig')
-rw-r--r-- | drivers/media/video/et61x251/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/media/video/et61x251/Kconfig b/drivers/media/video/et61x251/Kconfig new file mode 100644 index 000000000000..6c43a90c6569 --- /dev/null +++ b/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_DEV + ---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. |