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

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 10b89821 was 6af847b, checked in by Xi Ruoyao <xry111@…>, 13 months ago

uefi: Use new kernel config

Fix an issue causing kernel-config.py not to process indented "source"
directive in Kconfig for this.

  • Property mode set to 100644
File size: 372 bytes
Line 
1EFI='*'
2PARTITION_ADVANCED='* '
3EFI_PARTITION="*"
4SYSFB_SIMPLEFB="*"
5DRM="*"
6DRM_FBDEV_EMULATION="*"
7DRM_SIMPLEDRM="*"
8# forced by !EXPERT
9FB="*"
10FRAMEBUFFER_CONSOLE = { value = "*", forced = true }
11VFAT_FS="*M"
12EFIVAR_FS="*M"
13# forced by ACPI, it's highly unlikely people will disable ACPI...
14NLS = { value = "*", forced = true }
15NLS_CODEPAGE_437="*M"
16NLS_ISO8859_1="*M"
Note: See TracBrowser for help on using the repository browser.