diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-14 01:45:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-14 01:45:57 -0300 |
commit | e67c964a2ec0b30fed9da5588068d39cbcc8e163 (patch) | |
tree | 40dec7bde8cca6964989f7f98b86a9e21fce2ffd /linux/drivers/media/video/gspca/Kconfig | |
parent | 1b6c4f0e847da28690a2d746d09e80e25eb22fbc (diff) | |
download | mediapointer-dvb-s2-e67c964a2ec0b30fed9da5588068d39cbcc8e163.tar.gz mediapointer-dvb-s2-e67c964a2ec0b30fed9da5588068d39cbcc8e163.tar.bz2 |
gspca/Kconfig: Fix bad identation for USB_GSPCA_SN9C20X_EVDEV
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/gspca/Kconfig')
-rw-r--r-- | linux/drivers/media/video/gspca/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/video/gspca/Kconfig b/linux/drivers/media/video/gspca/Kconfig index 34f46f2bc..a14561956 100644 --- a/linux/drivers/media/video/gspca/Kconfig +++ b/linux/drivers/media/video/gspca/Kconfig @@ -113,10 +113,10 @@ config USB_GSPCA_SN9C20X module will be called gspca_sn9c20x. config USB_GSPCA_SN9C20X_EVDEV - bool "Enable evdev support" - depends on USB_GSPCA_SN9C20X - ---help--- - Say Y here in order to enable evdev support for sn9c20x webcam button. + bool "Enable evdev support" + depends on USB_GSPCA_SN9C20X + ---help--- + Say Y here in order to enable evdev support for sn9c20x webcam button. config USB_GSPCA_SONIXB tristate "SONIX Bayer USB Camera Driver" |