mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-13 07:29:10 +08:00
Fix an issue causing kernel-config.py not to process indented "source" directive in Kconfig for this.
17 lines
372 B
TOML
17 lines
372 B
TOML
EFI='*'
|
|
PARTITION_ADVANCED='* '
|
|
EFI_PARTITION="*"
|
|
SYSFB_SIMPLEFB="*"
|
|
DRM="*"
|
|
DRM_FBDEV_EMULATION="*"
|
|
DRM_SIMPLEDRM="*"
|
|
# forced by !EXPERT
|
|
FB="*"
|
|
FRAMEBUFFER_CONSOLE = { value = "*", forced = true }
|
|
VFAT_FS="*M"
|
|
EFIVAR_FS="*M"
|
|
# forced by ACPI, it's highly unlikely people will disable ACPI...
|
|
NLS = { value = "*", forced = true }
|
|
NLS_CODEPAGE_437="*M"
|
|
NLS_ISO8859_1="*M"
|