mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-16 17:20:26 +08:00
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.
17 lines
378 B
TOML
17 lines
378 B
TOML
# forced by !EXPERT
|
|
BLOCK = { value = '*', forced = true }
|
|
EFI='*'
|
|
PARTITION_ADVANCED='* '
|
|
EFI_PARTITION="*"
|
|
SYSFB_SIMPLEFB="*"
|
|
DRM="*"
|
|
DRM_FBDEV_EMULATION="*"
|
|
DRM_SIMPLEDRM="*"
|
|
FRAMEBUFFER_CONSOLE = '*'
|
|
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"
|