Skip to content

Commit c2db83f

Browse files
geertuAlexandre Ghiti
authored andcommitted
riscv: defconfig: Disable Renesas SoC support
Follow-up to commit e36ddf3 ("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 <[email protected]> Reviewed-by: Lad Prabhakar <[email protected]> Link: https://lore.kernel.org/r/e8a2fb273c8c68bd6d526b924b4212f397195b28.1738764211.git.geert+renesas@glider.be Signed-off-by: Alexandre Ghiti <[email protected]>
1 parent 418af0e commit c2db83f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/riscv/configs/defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ CONFIG_EXPERT=y
2626
# CONFIG_SYSFS_SYSCALL is not set
2727
CONFIG_PROFILING=y
2828
CONFIG_ARCH_MICROCHIP=y
29-
CONFIG_ARCH_RENESAS=y
3029
CONFIG_ARCH_SIFIVE=y
3130
CONFIG_ARCH_SOPHGO=y
3231
CONFIG_ARCH_SPACEMIT=y
@@ -202,7 +201,6 @@ CONFIG_USB=y
202201
CONFIG_USB_OTG=y
203202
CONFIG_USB_XHCI_HCD=y
204203
CONFIG_USB_XHCI_PLATFORM=y
205-
# CONFIG_USB_XHCI_RCAR is not set
206204
CONFIG_USB_EHCI_HCD=y
207205
CONFIG_USB_EHCI_HCD_PLATFORM=y
208206
CONFIG_USB_OHCI_HCD=y

0 commit comments

Comments
 (0)