On Sat, Feb 11, 2023, at 21:44, Guenter Roeck wrote: > On 2/11/23 12:06, Arnd Bergmann wrote: > > Those are not even listed as possible options. The key difference > in defconfig is: > > 44a45 > > CONFIG_IOSCHED_BFQ=y > 79a81 > > CONFIG_MMC_OMAP=y > > and the latter is now disabled because > > depends on TPS65010 || !MACH_OMAP_H2 > > was changed to > > depends on TPS65010 > > and TPS65010 is not enabled in my configuration. > > Removing the dependency of MMC_OMAP on TPS65010 fixes the problem. Ok, I see. I even fixed the same bug in USB_OMAP already and still didn't spot it at first. I'll add a fixup on top. Arnd