diff options
author | Tejun Heo <tj@kernel.org> | 2009-07-03 18:13:18 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-07-03 18:13:18 -0400 |
commit | c43768cbb7655ea5ff782ae250f6e2ef4297cf98 (patch) | |
tree | 3982e41dde3eecaa3739a5d1a8ed18d04bd74f01 /drivers/media/video/Kconfig | |
parent | 1a8dd307cc0a2119be4e578c517795464e6dabba (diff) | |
parent | 746a99a5af60ee676afa2ba469ccd1373493c7e7 (diff) |
Merge branch 'master' into for-next
Pull linus#master to merge PER_CPU_DEF_ATTRIBUTES and alpha build fix
changes. As alpha in percpu tree uses 'weak' attribute instead of
inline assembly, there's no need for __used attribute.
Conflicts:
arch/alpha/include/asm/percpu.h
arch/mn10300/kernel/vmlinux.lds.S
include/linux/percpu-defs.h
Diffstat (limited to 'drivers/media/video/Kconfig')
-rw-r--r-- | drivers/media/video/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 94f440535c64..061e147f6f26 100644 --- a/drivers/media/video/Kconfig +++ b/drivers/media/video/Kconfig | |||
@@ -866,9 +866,13 @@ config USB_W9968CF | |||
866 | module will be called w9968cf. | 866 | module will be called w9968cf. |
867 | 867 | ||
868 | config USB_OV511 | 868 | config USB_OV511 |
869 | tristate "USB OV511 Camera support" | 869 | tristate "USB OV511 Camera support (DEPRECATED)" |
870 | depends on VIDEO_V4L1 | 870 | depends on VIDEO_V4L1 |
871 | ---help--- | 871 | ---help--- |
872 | This driver is DEPRECATED please use the gspca ov519 module | ||
873 | instead. Note that for the ov511 / ov518 support of the gspca module | ||
874 | you need atleast version 0.6.0 of libv4l. | ||
875 | |||
872 | Say Y here if you want to connect this type of camera to your | 876 | Say Y here if you want to connect this type of camera to your |
873 | computer's USB port. See <file:Documentation/video4linux/ov511.txt> | 877 | computer's USB port. See <file:Documentation/video4linux/ov511.txt> |
874 | for more information and for a list of supported cameras. | 878 | for more information and for a list of supported cameras. |