Lines Matching +full:default +full:- +full:on

1 # SPDX-License-Identifier: GPL-2.0-only
5 default n
13 (e.g. ACPI_APEI on X86) which will select this for you.
18 int "Default kernel log storage space" if EXPERT
19 depends on PSTORE
20 default "10240"
22 Defines default size of pstore kernel log storage.
27 default y
28 depends on PSTORE
36 depends on PSTORE
43 depends on PSTORE
50 depends on PSTORE
57 depends on PSTORE
64 depends on PSTORE
71 depends on PSTORE
72 depends on PSTORE_DEFLATE_COMPRESS || PSTORE_LZO_COMPRESS || \
77 prompt "Default pstore compression algorithm"
78 depends on PSTORE_COMPRESS
80 This option chooses the default active compression algorithm.
81 This change be changed at boot with "pstore.compress=..." on
87 The default compression algorithm is deflate.
111 depends on PSTORE_COMPRESS
112 default "deflate" if PSTORE_DEFLATE_COMPRESS_DEFAULT
113 default "lzo" if PSTORE_LZO_COMPRESS_DEFAULT
114 default "lz4" if PSTORE_LZ4_COMPRESS_DEFAULT
115 default "lz4hc" if PSTORE_LZ4HC_COMPRESS_DEFAULT
116 default "842" if PSTORE_842_COMPRESS_DEFAULT
117 default "zstd" if PSTORE_ZSTD_COMPRESS_DEFAULT
121 depends on PSTORE
128 depends on PSTORE
131 interface /dev/pmsg0 to log user space messages. On reboot
132 data can be retrieved from /sys/fs/pstore/pmsg-ramoops-[ID].
138 depends on PSTORE
139 depends on FUNCTION_TRACER
140 depends on DEBUG_FS
151 depends on PSTORE
152 depends on HAS_IOMEM
163 For more information, see Documentation/admin-guide/ramoops.rst.
167 depends on PSTORE
174 depends on PSTORE
175 depends on BLOCK
176 depends on BROKEN
178 default n
183 For more information, see Documentation/admin-guide/pstore-blk.rst
189 depends on PSTORE_BLK
190 default ""
199 of partition - device number of disk plus the partition number
200 4) /dev/<disk_name>p<decimal> - same as the above, this form is
202 5) PARTUUID=00112233-4455-6677-8899-AABBCCDDEEFF representing the
205 partition using the format SSSSSSSS-PP, where SSSSSSSS is a zero-
206 filled hex representation of the 32-bit "NT disk signature", and PP
207 is a zero-filled hex representation of the 1-based partition number.
218 depends on PSTORE_BLK
219 default 64
229 depends on PSTORE_BLK
230 default 2
232 The maximum reason for kmsg dumps to store. The default is
241 depends on PSTORE_BLK
242 depends on PSTORE_PMSG
243 default 64
253 depends on PSTORE_BLK
254 depends on PSTORE_CONSOLE
255 default 64
265 depends on PSTORE_BLK
266 depends on PSTORE_FTRACE
267 default 64