glfs/kernel-config/postlfs/filesystems/uefi-bootloaders/grub-setup.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

19 lines
474 B
TOML

# forced by !EXPERT
BLOCK = { value = '*', forced = true }
EFI='*'
PARTITION_ADVANCED='* '
EFI_PARTITION="*"
SYSFB_SIMPLEFB="*"
DRM="*"
DRM_FBDEV_EMULATION="*"
DRM_SIMPLEDRM="*"
FB="*"
# forced by VT && TTY, with !EXPERT VT and TTY are always set
FRAMEBUFFER_CONSOLE = { value = "*", forced = true }
VFAT_FS="*M"
EFIVAR_FS="*M"
# forced by both ACPI and PCI on a typical x86 desktop/server system
NLS = { value = "*", forced = "*" }
NLS_CODEPAGE_437="*M"
NLS_ISO8859_1="*M"