On Mon, 02 Jun 2025 10:15:15 +0000, Yao Zi wrote: > RAM drivers using Device Model currently lack of their own Kconfig menu > entry, which makes Kconfig put all options of the class in the top-level > menu of device drivers. These options are also incorrectly grouped with > pinctrl options in the generated .config, which is hard to read. Let's > create a menu entry for these drivers. > > > [...]
Applied to u-boot/next, thanks! [1/1] ram: Move Kconfig options into their own menu entry commit: 548d997229b7929bd7f0782415952d5a85eb7e64 -- Tom