diff options
Diffstat (limited to 'drivers/usb/misc/Kconfig')
-rw-r--r-- | drivers/usb/misc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index 8ba6a701e9c..af79d0447bb 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 | ||
140 | config 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 | |||
140 | source "drivers/usb/misc/sisusbvga/Kconfig" | 149 | source "drivers/usb/misc/sisusbvga/Kconfig" |
141 | 150 | ||
142 | config USB_LD | 151 | config USB_LD |