Kconfig (28336be568bb473d16ba80db0801276fb4f1bbe5) | Kconfig (249fa8217b846a7c031b997bd4ea70d65d3ff774) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# USB Miscellaneous driver configuration 4# 5comment "USB Miscellaneous drivers" 6 7config USB_EMI62 8 tristate "EMI 6|2m USB Audio interface support" --- 123 unchanged lines hidden (view full) --- 132 133config USB_APPLEDISPLAY 134 tristate "Apple Cinema Display support" 135 select BACKLIGHT_CLASS_DEVICE 136 help 137 Say Y here if you want to control the backlight of Apple Cinema 138 Displays over USB. This driver provides a sysfs interface. 139 | 1# SPDX-License-Identifier: GPL-2.0 2# 3# USB Miscellaneous driver configuration 4# 5comment "USB Miscellaneous drivers" 6 7config USB_EMI62 8 tristate "EMI 6|2m USB Audio interface support" --- 123 unchanged lines hidden (view full) --- 132 133config USB_APPLEDISPLAY 134 tristate "Apple Cinema Display support" 135 select BACKLIGHT_CLASS_DEVICE 136 help 137 Say Y here if you want to control the backlight of Apple Cinema 138 Displays over USB. This driver provides a sysfs interface. 139 |
140config APPLE_MFI_FASTCHARGE 141 tristate "Fast charge control for iOS devices" 142 select POWER_SUPPLY 143 help 144 Say Y here if you want to control whether iOS devices will 145 fast charge from the USB interface, as implemented in "MFi" 146 chargers. 147 148 It is safe to say M here. 149 |
|
140source "drivers/usb/misc/sisusbvga/Kconfig" 141 142config USB_LD 143 tristate "USB LD driver" 144 help 145 This driver is for generic USB devices that use interrupt transfers, 146 like LD Didactic's USB devices. 147 --- 120 unchanged lines hidden --- | 150source "drivers/usb/misc/sisusbvga/Kconfig" 151 152config USB_LD 153 tristate "USB LD driver" 154 help 155 This driver is for generic USB devices that use interrupt transfers, 156 like LD Didactic's USB devices. 157 --- 120 unchanged lines hidden --- |