Ignore:
Timestamp:
07/31/2023 01:44:36 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
921c13a
Parents:
4955b595
git-author:
Xi Ruoyao <xry111@…> (07/30/2023 08:47:59 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:36 PM)
Message:

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

instead of relying on unsound heuristic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel-config/postlfs/filesystems/uefi-bootloaders/grub-setup.toml

    r4955b595 r185ffd9  
    66DRM_FBDEV_EMULATION="*"
    77DRM_SIMPLEDRM="*"
    8 # forced by !EXPERT
    98FB="*"
     9# forced by VT && TTY, with !EXPERT VT and TTY are always set
    1010FRAMEBUFFER_CONSOLE = { value = "*", forced = true }
    1111VFAT_FS="*M"
    1212EFIVAR_FS="*M"
    13 # forced by ACPI, it's highly unlikely people will disable ACPI...
    14 NLS = { value = "*", forced = true }
     13# forced by both ACPI and PCI on a typical x86 desktop/server system
     14NLS = { value = "*", forced = "*" }
    1515NLS_CODEPAGE_437="*M"
    1616NLS_ISO8859_1="*M"
Note: See TracChangeset for help on using the changeset viewer.