From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 09 Dec 2024 20:48:35 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tKjkA-0065lX-2Q for lore@lore.pengutronix.de; Mon, 09 Dec 2024 20:48:35 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1tKjkA-00016G-K4; Mon, 09 Dec 2024 20:48:34 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tKjk8-00010B-9h; Mon, 09 Dec 2024 20:48:32 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tKjk7-002ZF3-0w; Mon, 09 Dec 2024 20:48:32 +0100 Received: from localhost ([::1] helo=dude05.red.stw.pengutronix.de) by dude05.red.stw.pengutronix.de with esmtp (Exim 4.96) (envelope-from ) id 1tKjk7-00BERp-37; Mon, 09 Dec 2024 20:48:32 +0100 From: Ahmad Fatoum To: distrokit@pengutronix.de Date: Mon, 9 Dec 2024 20:48:24 +0100 Message-Id: <20241209194831.2677114-5-a.fatoum@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241209194831.2677114-1-a.fatoum@pengutronix.de> References: <20241209194831.2677114-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH v2 04/11] v8a: kernel: enable usb9pfs X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ahmad Fatoum Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false For use during debugging and development, enable usb9pfs. This can be used to mount a remote file system on the development host without having to mess with network configuration. Signed-off-by: Ahmad Fatoum --- configs/platform-v8a/kernelconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/platform-v8a/kernelconfig b/configs/platform-v8a/kernelconfig index 4123132d9a51..d5a421024cef 100644 --- a/configs/platform-v8a/kernelconfig +++ b/configs/platform-v8a/kernelconfig @@ -1266,7 +1266,7 @@ CONFIG_CAN_RAW=m CONFIG_NET_9P=y CONFIG_NET_9P_FD=y CONFIG_NET_9P_VIRTIO=y -# CONFIG_NET_9P_USBG is not set +CONFIG_NET_9P_USBG=y # CONFIG_NET_9P_DEBUG is not set # CONFIG_CAIF is not set # CONFIG_CEPH_LIB is not set @@ -3525,6 +3525,7 @@ CONFIG_USB_SNP_UDC_PLAT=y # CONFIG_USB_DUMMY_HCD is not set # end of USB Peripheral Controller +CONFIG_USB_LIBCOMPOSITE=y # CONFIG_USB_CONFIGFS is not set # -- 2.39.5