diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-18 00:49:44 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-18 00:49:44 -0300 |
commit | a39db27a08ef85ae37beab261744d8b38f21225c (patch) | |
tree | 7dc1964e1052f162977c45b6489b07b6f275887f /drivers/media/video/gspca/Kconfig | |
parent | ad98c0f674796848c6fd8fe614ef83ef971ebfcf (diff) |
V4L/DVB: gspca - sn9c20x: use gspca's input device handling
Drop custom code for handling the input button in
favor of using gspca's input hanlding mechinism.
Signed-off-by: Brian Johnson <brijohn@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/Kconfig')
-rw-r--r-- | drivers/media/video/gspca/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/gspca/Kconfig b/drivers/media/video/gspca/Kconfig index e0060c1f054..5d920e584de 100644 --- a/drivers/media/video/gspca/Kconfig +++ b/drivers/media/video/gspca/Kconfig @@ -172,12 +172,6 @@ config USB_GSPCA_SN9C20X To compile this driver as a module, choose M here: the module will be called gspca_sn9c20x. -config USB_GSPCA_SN9C20X_EVDEV - bool "Enable evdev support" - depends on USB_GSPCA_SN9C20X && INPUT - ---help--- - Say Y here in order to enable evdev support for sn9c20x webcam button. - config USB_GSPCA_SONIXB tristate "SONIX Bayer USB Camera Driver" depends on VIDEO_V4L2 && USB_GSPCA |