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

12.1 gimp3 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since da09255 was da09255, checked in by Xi Ruoyao <xry111@…>, 9 months ago

kernel-config: Drop FB

In Linux 6.6, we can select DRM_FBDEV_EMULATION without FB, so FB is no
longer needed. And now FRAMEBUFFER_CONSOLE is not enforced (even if FB
is selected), so we need to select it manually.

  • Property mode set to 100644
File size: 378 bytes
Line 
1# forced by !EXPERT
2BLOCK = { value = '*', forced = true }
3EFI='*'
4PARTITION_ADVANCED='* '
5EFI_PARTITION="*"
6SYSFB_SIMPLEFB="*"
7DRM="*"
8DRM_FBDEV_EMULATION="*"
9DRM_SIMPLEDRM="*"
10FRAMEBUFFER_CONSOLE = '*'
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.