--- zzzz-none-000/linux-4.19.183/drivers/md/Kconfig 2021-03-24 10:07:39.000000000 +0000 +++ bcm63-7530ax-800/linux-4.19.183/drivers/md/Kconfig 2024-09-25 10:47:30.000000000 +0000 @@ -447,6 +447,20 @@ If unsure, say N. +#if defined(CONFIG_BCM_KF_DM_CREATE_BACKPORT) +config DM_INIT + bool "DM \"dm-mod.create=\" parameter support" + depends on BLK_DEV_DM=y + ---help--- + Enable "dm-mod.create=" parameter to create mapped devices at init time. + This option is useful to allow mounting rootfs without requiring an + initramfs. + See Documentation/device-mapper/dm-init.txt for dm-mod.create="..." + format. + + If unsure, say N. +#endif + config DM_UEVENT bool "DM uevents" depends on BLK_DEV_DM