source: chapter10/kernel/systemd.xml@ f6548ac

xry111/arm64
Last change on this file since f6548ac was f6548ac, checked in by Xi Ruoyao <xry111@…>, 4 months ago

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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="systemd"><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'>K</emphasis>ernel Features ---&gt;
18 [*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel image [RELOCATABLE]
19 [*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel image [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[*] N<emphasis role='blue'>e</emphasis>tworking support ---&gt; [NET]
26 N<emphasis role='blue'>e</emphasis>tworking options ---&gt;
27 [*] <emphasis role='blue'>T</emphasis>CP/IP networking [INET]
28 &lt;*&gt; <emphasis role='blue'>T</emphasis>he IPv6 protocol ---&gt; [IPV6]
29
30<emphasis role='blue'>D</emphasis>evice Drivers ---&gt;
31 <emphasis role='blue'>G</emphasis>eneric Driver Options ---&gt;
32 [ ] <emphasis role='blue'>S</emphasis>upport for uevent helper [UEVENT_HELPER]
33 [*] M<emphasis role='blue'>a</emphasis>intain a devtmpfs filesystem to mount at /dev [DEVTMPFS]
34 [*] <emphasis role='blue'>A</emphasis>utomount devtmpfs at /dev, after the kernel mounted the rootfs
35 ... [DEVTMPFS_MOUNT]
36 <emphasis role='blue'>F</emphasis>irmware loader ---&gt;
37 &lt; /*&gt; <emphasis role='blue'>F</emphasis>irmware loading facility [FW_LOADER]
38 [ ] <emphasis role='blue'>E</emphasis>nable the firmware sysfs fallback mechanism
39 ... [FW_LOADER_USER_HELPER]
40 <emphasis role='blue'>F</emphasis>irmware Drivers ---&gt;
41 [*] <emphasis role='blue'>E</emphasis>xport DMI identification via sysfs to userspace [DMIID]
42 <emphasis role='blue'>G</emphasis>raphics support ---&gt;
43 &lt; /*/M&gt; <emphasis role='blue'>D</emphasis>irect Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
44 ... [DRM]
45 # If [DRM] is selected as * or M, this must be selected:
46 [ /*] <emphasis role='blue'>E</emphasis>nable legacy fbdev support for your modesetting driver
47 ... [DRM_FBDEV_EMULATION]
48 <emphasis role='blue'>C</emphasis>onsole display driver support ---&gt;
49 # If [DRM] is selected as * or M, this must be selected:
50 [ /*] <emphasis role='blue'>F</emphasis>ramebuffer Console support [FRAMEBUFFER_CONSOLE]
51
52<emphasis role='blue'>F</emphasis>ile systems ---&gt;
53 [*] <emphasis role='blue'>I</emphasis>notify support for userspace [INOTIFY_USER]
54 <emphasis role='blue'>P</emphasis>seudo filesystems ---&gt;
55 [*] <emphasis role='blue'>T</emphasis>mpfs virtual memory file system support (former shm fs) [TMPFS]
56 [*] <emphasis role='blue'>T</emphasis>mpfs POSIX Access Control Lists [TMPFS_POSIX_ACL]</screen>
Note: See TracBrowser for help on using the repository browser.