diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-08-26 03:34:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-31 02:24:54 -0300 |
commit | b6b85048c059e3f085095e48e12ed3f7a92c88d4 (patch) | |
tree | 1e2fa4511f6f7ba344e0c58d3b968269ac05b5cc /drivers | |
parent | f4c5e80faba8ae420d7dc5d9237cc1e0262d7386 (diff) | |
download | linux-3.10-b6b85048c059e3f085095e48e12ed3f7a92c88d4.tar.gz linux-3.10-b6b85048c059e3f085095e48e12ed3f7a92c88d4.tar.bz2 linux-3.10-b6b85048c059e3f085095e48e12ed3f7a92c88d4.zip |
V4L/DVB (12502): gspca - sn9c20x: Fix gscpa sn9c20x build errors.
Reported-by: Toralf Forster <toralf.foerster@gmx.de>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/gspca/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig index 34f46f2bc04..e994dcac43f 100644 --- a/drivers/media/video/gspca/Kconfig +++ b/drivers/media/video/gspca/Kconfig @@ -114,7 +114,7 @@ config USB_GSPCA_SN9C20X config USB_GSPCA_SN9C20X_EVDEV bool "Enable evdev support" - depends on USB_GSPCA_SN9C20X + depends on USB_GSPCA_SN9C20X && INPUT ---help--- Say Y here in order to enable evdev support for sn9c20x webcam button. |