On Wed, Mar 19, 2025 at 01:30:56PM +0100, Rasmus Villemoes wrote: > The ocelot-spi.c file does not actually use the generic spi regmap > support (i.e., it does not call any variant of regmap_init_spi), but > instead implements its own specialized regmap (though of course with > spi as the underlying bus). So it should simply 'select REGMAP'. > > Signed-off-by: Rasmus Villemoes <ravi@xxxxxxxxx> This might have gone back and forth a few times during development. Good find! Reviewed-by: Colin Foster <colin.foster@xxxxxxxxxxxxxxxx>