glfs/kernel-config/postlfs/filesystems/lvm2.toml
Xi Ruoyao 14176436f0
kernel-config: Update the script
1. Don't throw unspecified entries too early.  Doing so caused various
   rendering glitches.  And we can now also check if an entry is
   selected but it's parent not.
2. "menu"s in Kconfig can also have dependencies...

Some pre-existing .toml data files are found problematic after the
change, fix them and regenerate all rendered -kernel.xml files.
2023-07-31 21:44:37 +08:00

13 lines
181 B
TOML

MD='*'
BLK_DEV='*'
BLK_DEV_DM='*M'
DM_CRYPT='*M'
DM_SNAPSHOT='*M'
DM_THIN_PROVISIONING='*M'
DM_CACHE='*M'
DM_MIRROR='*M'
DM_ZERO='*M'
DM_DELAY='*M'
BLK_DEV_RAM='*M'
MAGIC_SYSRQ='*'