diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-11-09 00:38:30 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:28 -0500 |
commit | 15871a2905b84d6dba9013dbcbd9c79ace694ffb (patch) | |
tree | e60291a8fd62cabe5306d73db3fdd4a33ed6d575 /drivers/media/video/Kconfig | |
parent | 404b32fb3d93c17f994ad4b1d852ce4ca682ff8b (diff) |
[PATCH] v4l: 889: add em28xx to kernel build
- Add em28xx to kernel build.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index f3b077ec0c35..199b01188858 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -306,6 +306,8 @@ config VIDEO_HEXIUM_GEMINI | |||
306 | 306 | ||
307 | source "drivers/media/video/cx88/Kconfig" | 307 | source "drivers/media/video/cx88/Kconfig" |
308 | 308 | ||
309 | source "drivers/media/video/em28xx/Kconfig" | ||
310 | |||
309 | config VIDEO_OVCAMCHIP | 311 | config VIDEO_OVCAMCHIP |
310 | tristate "OmniVision Camera Chip support" | 312 | tristate "OmniVision Camera Chip support" |
311 | depends on VIDEO_DEV && I2C | 313 | depends on VIDEO_DEV && I2C |