Kconfig (d080811f27936f712f619f847389f403ac873b8f) | Kconfig (30cb3c2ad24b66fb7639a6d1f4390c74d6e68f94) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# HID driver configuration 4# 5menu "HID support" 6 depends on INPUT 7 8config HID --- 231 unchanged lines hidden (view full) --- 240 Support for Macally devices that are not fully compliant with the 241 HID standard. 242 243 supported devices: 244 - Macally ikey keyboard 245 246config HID_PRODIKEYS 247 tristate "Prodikeys PC-MIDI Keyboard support" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# HID driver configuration 4# 5menu "HID support" 6 depends on INPUT 7 8config HID --- 231 unchanged lines hidden (view full) --- 240 Support for Macally devices that are not fully compliant with the 241 HID standard. 242 243 supported devices: 244 - Macally ikey keyboard 245 246config HID_PRODIKEYS 247 tristate "Prodikeys PC-MIDI Keyboard support" |
248 depends on HID && SND | 248 depends on USB_HID && SND |
249 select SND_RAWMIDI 250 help 251 Support for Prodikeys PC-MIDI Keyboard device support. 252 Say Y here to enable support for this device. 253 - Prodikeys PC-MIDI keyboard. 254 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI 255 input and one MIDI output. These MIDI jacks appear as 256 a sound "card" in the ALSA sound system. --- 1015 unchanged lines hidden --- | 249 select SND_RAWMIDI 250 help 251 Support for Prodikeys PC-MIDI Keyboard device support. 252 Say Y here to enable support for this device. 253 - Prodikeys PC-MIDI keyboard. 254 The Prodikeys PC-MIDI acts as a USB Audio device, with one MIDI 255 input and one MIDI output. These MIDI jacks appear as 256 a sound "card" in the ALSA sound system. --- 1015 unchanged lines hidden --- |