source: chapter10/kernel/sysv.xml@ 31a9142

12.1 12.1-rc1 multilib trunk xry111/arm64 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.1 xry111/mips64el xry111/update-glibc
Last change on this file since 31a9142 was 981b9fa6, checked in by Xi Ruoyao <xry111@…>, 7 months ago

kernel-config: Drop FB

In Linux 6.6 DRM_FBDEV_EMULATION no longer depends on FB, so we no
longer need to select FB (tested in a QEMU VM).

But if DRM is selected, we must select both DRM_FBDEV_EMULATION and
FRAMEBUFFER_CONSOLE or we'll see only blank screen. And now
FRAMEBUFFER_CONSOLE is not selected by default, be warned!!

  • Property mode set to 100644
File size: 3.1 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 role="nodump" revision="sysv"><emphasis role='blue'>G</emphasis>eneral setup ---&gt;
7 [ ] <emphasis role='blue'>C</emphasis>ompile the kernel with warnings as errors [WERROR]
8 <emphasis role='blue'>C</emphasis>PU/Task time and stats accounting ---&gt;
9 [*] <emphasis role='blue'>P</emphasis>ressure stall information tracking [PSI]
10 [ ] <emphasis role='blue'>R</emphasis>equire boot parameter to enable pressure stall information tracking
11 ... [PSI_DEFAULT_DISABLED]
12 &lt; &gt; <emphasis role='blue'>E</emphasis>nable kernel headers through /sys/kernel/kheaders.tar.xz [IKHEADERS]
13 [*] <emphasis role='blue'>C</emphasis>ontrol Group support ---&gt; [CGROUPS]
14 [*] M<emphasis role='blue'>e</emphasis>mory controller [MEMCG]
15 [ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---&gt; [EXPERT]
16
17<emphasis role='blue'>P</emphasis>rocessor type and features ---&gt;
18 [*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel [RELOCATABLE]
19 [*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel image (KASLR) [RANDOMIZE_BASE]
20
21<emphasis role='blue'>G</emphasis>eneral architecture-dependent options ---&gt;
22 [*] <emphasis role='blue'>S</emphasis>tack Protector buffer overflow detection [STACKPROTECTOR]
23 [*] <emphasis role='blue'>S</emphasis>trong Stack Protector [STACKPROTECTOR_STRONG]
24
25<emphasis role='blue'>D</emphasis>evice Drivers ---&gt;
26 <emphasis role='blue'>G</emphasis>eneric Driver Options ---&gt;
27 [ ] <emphasis role='blue'>S</emphasis>upport for uevent helper [UEVENT_HELPER]
28 [*] M<emphasis role='blue'>a</emphasis>intain a devtmpfs filesystem to mount at /dev [DEVTMPFS]
29 [*] <emphasis role='blue'>A</emphasis>utomount devtmpfs at /dev, after the kernel mounted the rootfs
30 ... [DEVTMPFS_MOUNT]
31 <emphasis role='blue'>G</emphasis>raphics support ---&gt;
32 &lt; /*/M&gt; <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
33 ... [DRM]
34 # If [DRM] is selected as * or M, this must be selected:
35 [ /*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
36 ... [DRM_FBDEV_EMULATION]
37 <emphasis role='blue'>C</emphasis>onsole display driver support ---&gt;
38 # If [DRM] is selected as * or M, this must be selected:
39 [ /*] <emphasis role='blue'>F</emphasis>ramebuffer Console support [FRAMEBUFFER_CONSOLE]</screen>
Note: See TracBrowser for help on using the repository browser.