[PATCH] RISC-V: defconfig: Remove ARCH_RENESAS
Geert Uytterhoeven
geert at linux-m68k.org
Tue Sep 24 08:03:02 PDT 2024
Hi Palmer,
On Tue, Sep 17, 2024 at 3:20 PM Palmer Dabbelt <palmer at rivosinc.com> wrote:
> The RZ/Five is gated behind CONFIG_NONPORTABLE because of the DMA pool
> issue. e36ddf322686 ("riscv: defconfig: Disable RZ/Five peripheral
> support") removes the drivers, so let's remove the rest of the vendor
> support as well -- users of these will already have to play aruond with
> kernel configs, so this shouldn't be much of a burden.
>
> Signed-off-by: Palmer Dabbelt <palmer at rivosinc.com>
Thanks for your patch!
> --- a/arch/riscv/configs/defconfig
> +++ b/arch/riscv/configs/defconfig
> @@ -27,7 +27,6 @@ CONFIG_EXPERT=y
> # CONFIG_SYSFS_SYSCALL is not set
> CONFIG_PROFILING=y
> CONFIG_ARCH_MICROCHIP=y
> -CONFIG_ARCH_RENESAS=y
> CONFIG_ARCH_SIFIVE=y
> CONFIG_ARCH_SOPHGO=y
> CONFIG_SOC_STARFIVE=y
I had planned to send a v2 of the aforementioned commit, including the
above, but didn't get to that. Sorry...
With CONFIG_ARCH_RENESAS=y, you can also drop the following
line:
# CONFIG_USB_XHCI_RCAR is not set
(USB_XHCI_RCAR depends on and defaults to ARCH_RENESAS)
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
More information about the linux-riscv
mailing list