On Tue, Dec 5, 2023, at 10:45, Yoshinori Sato wrote: > Signed-off-by: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> > --- > arch/sh/configs/rts7751r2dplus-of_defconfig | 93 +++++++++++++++++++++ This is very similar to the landisk config, so it may be easier to just have one of them that works for both, as well as future ones. > +CONFIG_LOG_BUF_SHIFT=14 > +CONFIG_NAMESPACES=y > +CONFIG_EXPERT=y You should not normally need to enable CONFIG_EXPERT in a defconfig. Is there any particular reason for this? Arnd