On 20.11.2023 10:44, Arnd Bergmann wrote: > On Mon, Nov 20, 2023, at 08:00, Claudiu wrote: >> From: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> >> >> ravb driver is used by RZ/G1H. Enable it in multi_v7_defconfig. >> >> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx> > > We have a mix of =y and =m for ethernet drivers, and usually > only have drivers built-in when they are frequently tested > with NFS root booting. > > Do you need this as well, or could it be =m instead? I would prefer to have it =y as internal testing infrastructure is using NFS. Thank you, Claudiu Beznea > > Arnd