On Sat, Jan 29, 2022 at 08:17:16PM +0800, guoren@xxxxxxxxxx wrote: > From: Guo Ren <guoren@xxxxxxxxxxxxxxxxx> > > Let's follow the origin patch's spirit: > > The only difference between rv32_defconfig and defconfig is that > rv32_defconfig has CONFIG_ARCH_RV32I=y. > > This is helpful to compare rv64-compat-rv32 v.s. rv32-linux. > > Fixes: 1b937e8faa87ccfb ("RISC-V: Add separate defconfig for 32bit systems") > Signed-off-by: Guo Ren <guoren@xxxxxxxxxxxxxxxxx> > Signed-off-by: Guo Ren <guoren@xxxxxxxxxx> Wouldn't a common.config that generats both the 32-bit and 64-bit configs a better idea?