ram: Move Kconfig options into their own menu entry
authorYao Zi <ziyao@disroot.org>
Mon, 2 Jun 2025 10:15:15 +0000 (10:15 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 12 Jun 2025 22:14:33 +0000 (16:14 -0600)
commit548d997229b7929bd7f0782415952d5a85eb7e64
tree16a90c51a20b914f516a050bc27abdd53f49d5c7
parent0805e4648686d5aa50b3990347b2b9f41dd42b3c
ram: Move Kconfig options into their own menu entry

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.

Fixes: 6c51df6859f ("dm: Add support for RAM drivers")
Signed-off-by: Yao Zi <ziyao@disroot.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/ram/Kconfig