diff mbox series

RISC-V: defconfig: Remove ARCH_RENESAS

Message ID 20240917131936.18980-1-palmer@rivosinc.com (mailing list archive)
State New
Delegated to: Geert Uytterhoeven
Headers show
Series RISC-V: defconfig: Remove ARCH_RENESAS | expand

Commit Message

Palmer Dabbelt Sept. 17, 2024, 1:19 p.m. UTC
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@rivosinc.com>
---
 arch/riscv/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Sergey Shtylyov Sept. 17, 2024, 1:40 p.m. UTC | #1
On 9/17/24 16:19, Palmer Dabbelt wrote:

> The RZ/Five is gated behind CONFIG_NONPORTABLE because of the DMA pool
> issue.  e36ddf322686 ("riscv: defconfig: Disable RZ/Five peripheral

   Commit e36ddf322686?

> 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

   Around. :-)

> kernel configs, so this shouldn't be much of a burden.
> 
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
[...]

MBR, Sergey
diff mbox series

Patch

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index b51ef6cd1e39..7b896a0f78fc 100644
--- 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