From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 2/2] linux: Compile "Intel XHCI USB Role Switch" as a module on x86_64 Date: Tue, 18 Apr 2023 20:52:00 +0000 Message-ID: <4d8360ae-829c-5fcc-9ed7-8e3d5875ea0b@ipfire.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0161139213612613073==" List-Id: --===============0161139213612613073== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >>From the kernel documentation: > Driver for the internal USB role switch for switching the USB data > lines between the xHCI host controller and the dwc3 gadget controller > found on various Intel SoCs. [...] This may unblock USB-LAN-adaptor usage on certain boards, as reported once in #12750. Overall affected devices seem to be scanty; nevertheless, enabling this as a module only is highly unlikely to cause any harm, so let's give it a try. Signed-off-by: Peter M=C3=BCller --- config/kernel/kernel.config.x86_64-ipfire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel= .config.x86_64-ipfire index 867e99e9f..948179b04 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -6061,7 +6061,7 @@ CONFIG_UCSI_ACPI=3Dm # end of USB Type-C Alternate Mode drivers =20 CONFIG_USB_ROLE_SWITCH=3Dm -# CONFIG_USB_ROLES_INTEL_XHCI is not set +CONFIG_USB_ROLES_INTEL_XHCI=3Dm CONFIG_MMC=3Dm CONFIG_MMC_BLOCK=3Dm CONFIG_MMC_BLOCK_MINORS=3D8 --=20 2.35.3 --===============0161139213612613073==--