Michael Grzeschik wrote on Sun, Sep 01, 2024 at 09:11:17PM +0200: > diff --git a/net/9p/Kconfig b/net/9p/Kconfig > index bcdab9c23b402..2d7e596e22c3f 100644 > --- a/net/9p/Kconfig > +++ b/net/9p/Kconfig > @@ -40,6 +40,12 @@ config NET_9P_XEN > This builds support for a transport for 9pfs between > two Xen domains. > > +config NET_9P_USBG > + bool "9P USB Gadget Transport" It's been a while since this got in, but I figured I'd at least start by getting this built since we got a minor fix recently, and this being a bool is a bit weird -- any reaosn this wasn't made tristate? (If NET_9P=m then setting NET_9P_USBG=y doesn't seem to do anything? while it should be buildable as module, whether NET_9P is m or y)