source: kernel-config/postlfs/filesystems/lvm2.toml

trunk
Last change on this file was 1417643, checked in by Xi Ruoyao <xry111@…>, 11 months ago

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.

  • Property mode set to 100644
File size: 181 bytes
Line 
1MD='*'
2BLK_DEV='*'
3BLK_DEV_DM='*M'
4DM_CRYPT='*M'
5DM_SNAPSHOT='*M'
6DM_THIN_PROVISIONING='*M'
7DM_CACHE='*M'
8DM_MIRROR='*M'
9DM_ZERO='*M'
10DM_DELAY='*M'
11BLK_DEV_RAM='*M'
12MAGIC_SYSRQ='*'
Note: See TracBrowser for help on using the repository browser.