diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2009-08-26 08:34:16 +0200 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2009-08-26 08:34:16 +0200 |
commit | 3041f901c7458733517662e5a5bedb4341fed496 (patch) | |
tree | c33b72bb761dd206979ee905159fb867c8e16339 /linux/drivers/media | |
parent | c8ad89b126394193632a77bc2502ea045cb383cf (diff) | |
download | mediapointer-dvb-s2-3041f901c7458733517662e5a5bedb4341fed496.tar.gz mediapointer-dvb-s2-3041f901c7458733517662e5a5bedb4341fed496.tar.bz2 |
gspca - sn9c20x: Fix gscpa sn9c20x build errors.
From: Randy Dunlap <randy.dunlap@oracle.com>
Reported-by: Toralf Forster <toralf.foerster@gmx.de>
Priority: high
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/gspca/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/gspca/Kconfig b/linux/drivers/media/video/gspca/Kconfig index 6ae1522ec..8897283b0 100644 --- a/linux/drivers/media/video/gspca/Kconfig +++ b/linux/drivers/media/video/gspca/Kconfig @@ -123,7 +123,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. |