Kconfig (28949b84b2cb2473507ec2fed06728f995dd7942) | Kconfig (60fb0b1239719df2ec92606fa037f7c116810762) |
---|---|
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 --- 108 unchanged lines hidden (view full) --- 117 See also Documentation/driver-api/connector.rst 118 119config SAMPLE_HIDRAW 120 bool "hidraw sample" 121 depends on CC_CAN_LINK && HEADERS_INSTALL 122 123config SAMPLE_PIDFD 124 bool "pidfd 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 --- 108 unchanged lines hidden (view full) --- 117 See also Documentation/driver-api/connector.rst 118 119config SAMPLE_HIDRAW 120 bool "hidraw sample" 121 depends on CC_CAN_LINK && HEADERS_INSTALL 122 123config SAMPLE_PIDFD 124 bool "pidfd sample" |
125 depends on HEADERS_INSTALL | 125 depends on CC_CAN_LINK && HEADERS_INSTALL |
126 127config SAMPLE_SECCOMP 128 bool "Build seccomp sample code" 129 depends on SECCOMP_FILTER && CC_CAN_LINK && HEADERS_INSTALL 130 help 131 Build samples of seccomp filters using various methods of 132 BPF filter construction. 133 --- 67 unchanged lines hidden --- | 126 127config SAMPLE_SECCOMP 128 bool "Build seccomp sample code" 129 depends on SECCOMP_FILTER && CC_CAN_LINK && HEADERS_INSTALL 130 help 131 Build samples of seccomp filters using various methods of 132 BPF filter construction. 133 --- 67 unchanged lines hidden --- |