aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r--drivers/usb/misc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index 8ba6a701e9c1..af79d0447bbd 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -137,6 +137,15 @@ config USB_IDMOUSE
137 137
138 See also <http://www.fs.tum.de/~echtler/idmouse/>. 138 See also <http://www.fs.tum.de/~echtler/idmouse/>.
139 139
140config USB_APPLEDISPLAY
141 tristate "Apple Cinema Display support"
142 depends on USB
143 select BACKLIGHT_LCD_SUPPORT
144 select BACKLIGHT_CLASS_DEVICE
145 help
146 Say Y here if you want to control the backlight of Apple Cinema
147 Displays over USB. This driver provides a sysfs interface.
148
140source "drivers/usb/misc/sisusbvga/Kconfig" 149source "drivers/usb/misc/sisusbvga/Kconfig"
141 150
142config USB_LD 151config USB_LD