mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 22:30:01 +07:00
aaa8fee7df
Without that option, we run into a link failure:
drivers/usb/gadget/udc/aspeed-vhub/hub.o: In function `ast_vhub_std_hub_request':
hub.c:(.text+0x5b0): undefined reference to `usb_gadget_get_string'
Fixes: 7ecca2a408
("usb/gadget: Add driver for Aspeed SoC virtual hub")
Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
# SPDX-License-Identifier: GPL-2.0+
|
|
config USB_ASPEED_VHUB
|
|
tristate "Aspeed vHub UDC driver"
|
|
depends on ARCH_ASPEED || COMPILE_TEST
|
|
depends on USB_LIBCOMPOSITE
|
|
help
|
|
USB peripheral controller for the Aspeed AST2500 family
|
|
SoCs supporting the "vHub" functionality and USB2.0
|