glfs/kernel-config/postlfs/filesystems/uefi-bootloaders/grub-setup.toml
Xi Ruoyao 185ffd913f
kernel-config: Allow specifying non-module style forcing for tristate
instead of relying on unsound heuristic.
2023-07-31 21:44:36 +08:00

17 lines
415 B
TOML

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"