config USBIP_CORE tristate "USB/IP support" depends on NET select USB_COMMON ---help--- This enables pushing USB packets over IP to allow remote machines direct access to USB devices. It provides the USB/IP core that is required by both drivers. For more details, and to get the userspace utility programs, please see . To compile this as a module, choose M here: the module will be called usbip-core. If unsure, say N. config USBIP_VHCI_HCD tristate "VHCI hcd" depends on USBIP_CORE && USB ---help--- This enables the USB/IP virtual host controller driver, which is run on the remote machine. To compile this driver as a module, choose M here: the module will be called vhci-hcd. config USBIP_VHCI_HC_PORTS int "Number of ports per USB/IP virtual host controller" range 1 31 default 8 depends on USBIP_VHCI_HCD ---help--- To increase number of ports available for USB/IP virtual host controller driver, this defines number of ports per USB/IP virtual host controller. config USBIP_VHCI_NR_HCS int "Number of USB/IP virtual host controllers" range 1 128 default 1 depends on USBIP_VHCI_HCD ---help--- To increase number of ports available for USB/IP virtual host controller driver, this defines number of USB/IP virtual host controllers as if adding physical host controllers. config USBIP_HOST tristate "Host driver" depends on USBIP_CORE && USB ---help--- This enables the USB/IP host driver, which is run on the machine that is sharing the USB devices. To compile this driver as a module, choose M here: the module will be called usbip-host. config USBIP_VUDC tristate "VUDC driver" depends on USBIP_CORE && USB_GADGET ---help--- This enables the USB/IP virtual USB device controller driver, which is run on the host machine, allowing the machine itself to act as a device. To compile this driver as a module, choose M here: the module will be called usbip-vudc. config USBIP_DEBUG bool "Debug messages for USB/IP" depends on USBIP_CORE ---help--- This enables the debug messages from the USB/IP drivers. ref='/cgit.cgi/linux/net-next.git/diff/sound/soc/zte/Kconfig?h=nds-private-remove&id=f9a42e0d58cf0fe3d902e63d4582f2ea4cd2bb8b'>diff
path: root/sound/soc/zte/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-30 15:47:19 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-30 15:47:19 -0800
commitf9a42e0d58cf0fe3d902e63d4582f2ea4cd2bb8b (patch)
tree4078d3ae27d4ebb85bdcd4d84e9b9a4d059f22bb /sound/soc/zte/Kconfig
parent751321b3dd5040dc5be19bd23f985e80c914621a (diff)
parent54791b276b4000b307339f269d3bf7db877d536f (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Pull sparc fixes from David Miller: "Several small bug fixes and tidies, along with a fix for non-resumable memory errors triggered by userspace" * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc: sparc64: Handle PIO & MEM non-resumable errors. sparc64: Zero pages on allocation for mondo and error queues. sparc: Fixed typo in sstate.c. Replaced panicing with panicking sparc: use symbolic names for tsb indexing
Diffstat (limited to 'sound/soc/zte/Kconfig')