source: postlfs/filesystems/uefi-bootloaders/grub-setup-kernel.xml@ e7cd19a

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 e7cd19a was 1417643, checked in by Xi Ruoyao <xry111@…>, 14 months ago

kernel-config: Update the script

  1. Don't throw unspecified entries too early. Doing so caused various rendering glitches. And we can now also check if an entry is selected but it's parent not.
  2. "menu"s in Kconfig can also have dependencies...

Some pre-existing .toml data files are found problematic after the
change, fix them and regenerate all rendered -kernel.xml files.

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4<!-- Automatically generated by kernel-config.py
5 DO NOT EDIT! -->
6<screen><literal>Processor type and features ---&gt;
7 [*] EFI runtime service support [EFI]
8-*- Enable the block layer ---&gt; [BLOCK]
9 Partition Types ---&gt;
10 [ /*] Advanced partition selection [PARTITION_ADVANCED]
11 [*] EFI GUID Partition support [EFI_PARTITION]
12Device Drivers ---&gt;
13 Firmware Drivers ---&gt;
14 [*] Mark VGA/VBE/EFI FB as generic system framebuffer [SYSFB_SIMPLEFB]
15 Graphics support ---&gt;
16 &lt;*&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
17 ... [DRM]
18 [*] Enable legacy fbdev support for your modesetting driver
19 ... [DRM_FBDEV_EMULATION]
20 &lt;*&gt; Simple framebuffer driver [DRM_SIMPLEDRM]
21 Frame buffer Devices ---&gt;
22 &lt;*&gt; Support for frame buffer devices ---&gt; [FB]
23 Console display driver support ---&gt;
24 -*- Framebuffer Console support [FRAMEBUFFER_CONSOLE]
25File systems ---&gt;
26 DOS/FAT/EXFAT/NT Filesystems ---&gt;
27 &lt;*/M&gt; VFAT (Windows-95) fs support [VFAT_FS]
28 Pseudo filesystems ---&gt;
29 &lt;*/M&gt; EFI Variable filesystem [EFIVAR_FS]
30 -*- Native language support ---&gt; [NLS]
31 &lt;*/M&gt; Codepage 437 (United States, Canada) [NLS_CODEPAGE_437]
32 &lt;*/M&gt; NLS ISO 8859-1 (Latin 1; Western European Languages) [NLS_ISO8859_1]</literal></screen>
Note: See TracBrowser for help on using the repository browser.