Lines Matching +full:system +full:- +full:on +full:- +full:module
1 # SPDX-License-Identifier: GPL-2.0-only
11 depends on CC_CAN_LINK
14 tristate "Build trace_events examples -- loadable modules only"
15 depends on EVENT_TRACING && m
17 This builds the trace event example module.
20 tristate "Build custom trace event example -- loadable modules only"
21 depends on EVENT_TRACING && m
23 This builds the custom trace event example module.
26 tristate "Build trace_printk module - tests various trace_printk formats"
27 depends on EVENT_TRACING && m
29 This builds a module that calls trace_printk() and can be used to
30 test various trace_printk() calls from a module.
34 depends on DYNAMIC_FTRACE_WITH_DIRECT_CALLS && m
35 depends on HAVE_SAMPLE_FTRACE_DIRECT
41 tristate "Build register_ftrace_direct() on multiple ips example"
42 depends on DYNAMIC_FTRACE_WITH_DIRECT_CALLS && m
43 depends on HAVE_SAMPLE_FTRACE_DIRECT_MULTI
51 depends on FUNCTION_TRACER
57 tristate "Build sample module for kernel access to Ftrace instancess"
58 depends on EVENT_TRACING && m
60 This builds a module that demonstrates the use of various APIs to
73 tristate "Build kprobes examples -- loadable modules only"
74 depends on KPROBES && m
79 tristate "Build kretprobes example -- loadable modules only"
81 depends on SAMPLE_KPROBES && KRETPROBES
84 tristate "Build kernel hardware breakpoint examples -- loadable module only"
85 depends on HAVE_HW_BREAKPOINT && m
90 tristate "Build fprobe examples -- loadable modules only"
91 depends on FPROBE && m
93 This builds a fprobe example module. This module has an option 'symbol'.
97 tristate "Build kfifo examples -- loadable modules only"
98 depends on m
107 tristate "Build kdb command example -- loadable modules only"
108 depends on KGDB_KDB && m
114 tristate "Build qmi client sample -- loadable modules only"
115 depends on m
116 depends on ARCH_QCOM
117 depends on NET
124 tristate "Build rpmsg client sample -- loadable modules only"
125 depends on RPMSG && m
128 to communicate with an AMP-configured remote processor over
132 tristate "Build live patching samples -- loadable modules only"
133 depends on LIVEPATCH && m
138 tristate "Build configfs patching sample -- loadable modules only"
139 depends on CONFIGFS_FS && m
144 tristate "Build connector sample -- loadable modules only"
145 depends on CONNECTOR && HEADERS_INSTALL && m
147 When enabled, this builds both a sample kernel module for
150 See also Documentation/driver-api/connector.rst
154 depends on FANOTIFY && CC_CAN_LINK && HEADERS_INSTALL
159 See also Documentation/admin-guide/filesystem-monitoring.rst.
163 depends on CC_CAN_LINK && HEADERS_INSTALL
167 depends on CC_CAN_LINK && HEADERS_INSTALL
170 restricted by a user-defined filesystem access control policy.
174 depends on CC_CAN_LINK && HEADERS_INSTALL
178 depends on SECCOMP_FILTER && CC_CAN_LINK && HEADERS_INSTALL
185 depends on CC_CAN_LINK && HEADERS_INSTALL
189 depends on CC_CAN_LINK && HEADERS_INSTALL
195 depends on VFIO
203 depends on VFIO
212 depends on FB
219 depends on VFIO
226 Emulate enough of qemu stdvga to make bochs-drm.ko happy.
230 Device looks a lot like "qemu -device secondary-vga".
234 depends on CC_CAN_LINK && HEADERS_INSTALL
240 bool "Build example programs that use new VFS system calls"
241 depends on CC_CAN_LINK && HEADERS_INSTALL
243 Build example userspace programs that use new VFS system calls such
245 arch whilst it accesses system calls that aren't yet in all arches.
249 depends on INTEL_MEI
250 depends on CC_CAN_LINK && HEADERS_INSTALL
256 depends on HEADERS_INSTALL
257 depends on CC_CAN_LINK
263 depends on CC_CAN_LINK
267 depends on CC_CAN_LINK && HEADERS_INSTALL
273 tristate "Build example loadable module for CoreSight config"
274 depends on CORESIGHT && m
276 Build an example loadable module that adds new CoreSight features
277 and configuration using the CoreSight system configuration API.
279 configurations and easily load them into the system at runtime.
283 depends on DEBUG_KMEMLEAK && m
290 depends on CGROUPS && CC_CAN_LINK && HEADERS_INSTALL