From nobody Sun Nov 24 10:23:45 2024 Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [195.130.132.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3DBA919C561 for ; Wed, 20 Nov 2024 10:27:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.52 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732098477; cv=none; b=NocBxFfnHw/DiqvkBajmtMgMMtJ91uvnhnjEYMdtdwh97mpdIJ9iOseZW6rBLsLyf3+reHUFrVk55yPQS/FsmMSn/Sp0Uj758MxCCWDBiIpoE2mg4eaKsttUhVxllVneAFeRDxv8KyRmvnyLI+u5fuukqb5tirOw/1jCBXm4Sp8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732098477; c=relaxed/simple; bh=8znUTrcJ10aGDjGTQ502ZNZo0QnZtBBWFxtfF0TTNpw=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=Cja8uypwkO6U5xsxqVk1tmdMUL/rKIoKwxjaJmFzzhNCyZwdvV7JlVe30dg1ba3grNuzq7exo1rCMf9a0oOXE3eax4/mm60OCUKWDjHl4d4dw7xdNITRe0RgcrEKN32h06b8+yr3u0RmEtaU/o0Jin/fkiBVDlZXyIZ5wIpjwuA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.52 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:35da:ab43:467b:7991]) by xavier.telenet-ops.be with cmsmtp id eyTr2D0153gUftr01yTrbZ; Wed, 20 Nov 2024 11:27:52 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1tDhvk-007bjq-FD; Wed, 20 Nov 2024 11:27:51 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1tDhw7-005PUd-NR; Wed, 20 Nov 2024 11:27:51 +0100 From: Geert Uytterhoeven To: Paul Walmsley , Palmer Dabbelt , Albert Ou , Conor Dooley , Lad Prabhakar Cc: linux-riscv@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] riscv: defconfig: Disable Renesas SoC support Date: Wed, 20 Nov 2024 11:27:50 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Follow-up to commit e36ddf3226864e09 ("riscv: defconfig: Disable RZ/Five peripheral support") in v6.12-rc1: - Disable ARCH_RENESAS, too, as currently RZ/Five is the sole Renesas RISC-V SoC, - Drop no longer needed explicit disable of USB_XHCI_RCAR, which depends on ARCH_RENESAS. Signed-off-by: Geert Uytterhoeven Reviewed-by: Lad Prabhakar --- Apparently I forgot to submit this, probably due to Palmer's version https://lore.kernel.org/all/20240917131936.18980-1-palmer@rivosinc.com arch/riscv/configs/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index b4a37345703eb357..db0ce2c2c766ac15 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -27,7 +27,6 @@ CONFIG_EXPERT=3Dy # CONFIG_SYSFS_SYSCALL is not set CONFIG_PROFILING=3Dy CONFIG_ARCH_MICROCHIP=3Dy -CONFIG_ARCH_RENESAS=3Dy CONFIG_ARCH_SIFIVE=3Dy CONFIG_ARCH_SOPHGO=3Dy CONFIG_SOC_STARFIVE=3Dy @@ -201,7 +200,6 @@ CONFIG_USB=3Dy CONFIG_USB_OTG=3Dy CONFIG_USB_XHCI_HCD=3Dy CONFIG_USB_XHCI_PLATFORM=3Dy -# CONFIG_USB_XHCI_RCAR is not set CONFIG_USB_EHCI_HCD=3Dy CONFIG_USB_EHCI_HCD_PLATFORM=3Dy CONFIG_USB_OHCI_HCD=3Dy --=20 2.34.1