Re: [PATCH v1 2/3] usb: gadget: udc: gxp-udc: add HPE GXP USB support

From: Greg KH
Date: Fri Jul 07 2023 - 02:07:28 EST


On Thu, Jul 06, 2023 at 04:59:09PM -0500, richard.yu@xxxxxxx wrote:
> diff --git a/drivers/usb/gadget/udc/Kconfig b/drivers/usb/gadget/udc/Kconfig
> index 83cae6bb12eb..c01eb2a2c7db 100644
> --- a/drivers/usb/gadget/udc/Kconfig
> +++ b/drivers/usb/gadget/udc/Kconfig
> @@ -461,6 +461,12 @@ config USB_ASPEED_UDC
> dynamically linked module called "aspeed_udc" and force all
> gadget drivers to also be dynamically linked.
>
> +config USB_GXP_UDC
> + bool "GXP UDC Driver"
> + depends on ARCH_HPE_GXP || COMPILE_TEST
> + help
> + Say "y" to add support for GXP UDC driver
> +

You need a real help text here please fix this up.

thanks,

greg k-h