mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
981b9fa6a1
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!!
37 lines
631 B
TOML
37 lines
631 B
TOML
# This part should be sync with sysv.toml
|
|
WERROR=' '
|
|
PSI='*'
|
|
PSI_DEFAULT_DISABLED=' '
|
|
IKHEADERS=' '
|
|
CGROUPS='*'
|
|
MEMCG='*'
|
|
EXPERT=' '
|
|
RELOCATABLE='*'
|
|
RANDOMIZE_BASE='*'
|
|
STACKPROTECTOR='*'
|
|
STACKPROTECTOR_STRONG='*'
|
|
UEVENT_HELPER=' '
|
|
DEVTMPFS='*'
|
|
DEVTMPFS_MOUNT='*'
|
|
DRM=' *M'
|
|
AUDIT=' '
|
|
NET='*'
|
|
INET='*'
|
|
IPV6='*'
|
|
FW_LOADER=' *'
|
|
FW_LOADER_USER_HELPER=' '
|
|
DMIID='*'
|
|
INOTIFY_USER='*'
|
|
TMPFS='*'
|
|
TMPFS_POSIX_ACL='*'
|
|
|
|
revision='systemd'
|
|
|
|
[DRM_FBDEV_EMULATION]
|
|
value = ' *'
|
|
comment = 'If [DRM] is selected as * or M, this must be selected'
|
|
|
|
[FRAMEBUFFER_CONSOLE]
|
|
value = ' *'
|
|
comment = 'If [DRM] is selected as * or M, this must be selected'
|