Kconfig (9a1bf58ccd4432688cee28a8e77726d7962fed13) Kconfig (a352fa58c0ee5c91714cd31a36b5cd308085fcbf)
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"

--- 125 unchanged lines hidden (view full) ---

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 USB_QCOM_EUD
141 tristate "QCOM Embedded USB Debugger(EUD) Driver"
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"

--- 125 unchanged lines hidden (view full) ---

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 USB_QCOM_EUD
141 tristate "QCOM Embedded USB Debugger(EUD) Driver"
142 depends on ARCH_QCOM || COMPILE_TEST
142 select USB_ROLE_SWITCH
143 help
144 This module enables support for Qualcomm Technologies, Inc.
145 Embedded USB Debugger (EUD). The EUD is a control peripheral
146 which reports VBUS attach/detach events and has USB-based
147 debug and trace capabilities. On selecting m, the module name
148 that is built is qcom_eud.ko
149

--- 147 unchanged lines hidden ---
143 select USB_ROLE_SWITCH
144 help
145 This module enables support for Qualcomm Technologies, Inc.
146 Embedded USB Debugger (EUD). The EUD is a control peripheral
147 which reports VBUS attach/detach events and has USB-based
148 debug and trace capabilities. On selecting m, the module name
149 that is built is qcom_eud.ko
150

--- 147 unchanged lines hidden ---