source: kernel-config/postlfs/filesystems/uefi-bootloaders/grub-setup.toml@ 185ffd9

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 185ffd9 was 185ffd9, checked in by Xi Ruoyao <xry111@…>, 11 months ago

kernel-config: Allow specifying non-module style forcing for tristate

instead of relying on unsound heuristic.

  • Property mode set to 100644
File size: 415 bytes
Line 
1EFI='*'
2PARTITION_ADVANCED='* '
3EFI_PARTITION="*"
4SYSFB_SIMPLEFB="*"
5DRM="*"
6DRM_FBDEV_EMULATION="*"
7DRM_SIMPLEDRM="*"
8FB="*"
9# forced by VT && TTY, with !EXPERT VT and TTY are always set
10FRAMEBUFFER_CONSOLE = { value = "*", forced = true }
11VFAT_FS="*M"
12EFIVAR_FS="*M"
13# forced by both ACPI and PCI on a typical x86 desktop/server system
14NLS = { value = "*", forced = "*" }
15NLS_CODEPAGE_437="*M"
16NLS_ISO8859_1="*M"
Note: See TracBrowser for help on using the repository browser.