Kconfig (87ecdf4fc9fd98f2a4156716d75c342b5bd35c74) Kconfig (82d00a9392ecccc3828656e574bd62354a7259c9)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig SAMPLES
3 bool "Sample kernel code"
4 help
5 You can build and test sample kernel code here.
6
7if SAMPLES
8

--- 104 unchanged lines hidden (view full) ---

113 help
114 When enabled, this builds both a sample kernel module for
115 the connector interface and a user space tool to communicate
116 with it.
117 See also Documentation/driver-api/connector.rst
118
119config SAMPLE_HIDRAW
120 bool "hidraw sample"
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig SAMPLES
3 bool "Sample kernel code"
4 help
5 You can build and test sample kernel code here.
6
7if SAMPLES
8

--- 104 unchanged lines hidden (view full) ---

113 help
114 When enabled, this builds both a sample kernel module for
115 the connector interface and a user space tool to communicate
116 with it.
117 See also Documentation/driver-api/connector.rst
118
119config SAMPLE_HIDRAW
120 bool "hidraw sample"
121 depends on HEADERS_INSTALL
121 depends on CC_CAN_LINK && HEADERS_INSTALL
122
123config SAMPLE_PIDFD
124 bool "pidfd sample"
125 depends on HEADERS_INSTALL
126
127config SAMPLE_SECCOMP
128 bool "Build seccomp sample code"
129 depends on SECCOMP_FILTER && CC_CAN_LINK && HEADERS_INSTALL

--- 71 unchanged lines hidden ---
122
123config SAMPLE_PIDFD
124 bool "pidfd sample"
125 depends on HEADERS_INSTALL
126
127config SAMPLE_SECCOMP
128 bool "Build seccomp sample code"
129 depends on SECCOMP_FILTER && CC_CAN_LINK && HEADERS_INSTALL

--- 71 unchanged lines hidden ---