source: chapter10/kernel/systemd.toml@ 0cca1d3

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 0cca1d3 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: 631 bytes
Line 
1# This part should be sync with sysv.toml
2WERROR=' '
3PSI='*'
4PSI_DEFAULT_DISABLED=' '
5IKHEADERS=' '
6CGROUPS='*'
7MEMCG='*'
8EXPERT=' '
9RELOCATABLE='*'
10RANDOMIZE_BASE='*'
11STACKPROTECTOR='*'
12STACKPROTECTOR_STRONG='*'
13UEVENT_HELPER=' '
14DEVTMPFS='*'
15DEVTMPFS_MOUNT='*'
16DRM=' *M'
17AUDIT=' '
18NET='*'
19INET='*'
20IPV6='*'
21FW_LOADER=' *'
22FW_LOADER_USER_HELPER=' '
23DMIID='*'
24INOTIFY_USER='*'
25TMPFS='*'
26TMPFS_POSIX_ACL='*'
27
28revision='systemd'
29
30[DRM_FBDEV_EMULATION]
31value = ' *'
32comment = 'If [DRM] is selected as * or M, this must be selected'
33
34[FRAMEBUFFER_CONSOLE]
35value = ' *'
36comment = 'If [DRM] is selected as * or M, this must be selected'
Note: See TracBrowser for help on using the repository browser.