aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10/kernel/systemd.toml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-12-06 17:29:45 +0800
committerXi Ruoyao <xry111@xry111.site>2023-12-06 17:29:45 +0800
commit00de2694ce852e9b042eaa3225e0c079978e048f (patch)
tree5aff230d8826aa7d5b5e0ff258b35da56df0f858 /chapter10/kernel/systemd.toml
parent73d91ac621a4e59f71ff6664c68c935317f9ce42 (diff)
parent7cce808a46c5a1df0de2c52827b89b63834436fe (diff)
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter10/kernel/systemd.toml')
-rw-r--r--chapter10/kernel/systemd.toml12
1 files changed, 9 insertions, 3 deletions
diff --git a/chapter10/kernel/systemd.toml b/chapter10/kernel/systemd.toml
index 26ac61c46..dae4a4049 100644
--- a/chapter10/kernel/systemd.toml
+++ b/chapter10/kernel/systemd.toml
@@ -13,9 +13,7 @@ STACKPROTECTOR_STRONG='*'
UEVENT_HELPER=' '
DEVTMPFS='*'
DEVTMPFS_MOUNT='*'
-FB='*'
-FRAMEBUFFER_CONSOLE='*'
-
+DRM=' *M'
AUDIT=' '
NET='*'
INET='*'
@@ -28,3 +26,11 @@ 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'