Kconfig (4ba66a9760722ccbb691b8f7116cad2f791cca7b) | Kconfig (dea4bd1975e36e3127a95e74c3670ea8d7f4796f) |
---|---|
1menuconfig SAMPLES 2 bool "Sample kernel code" 3 help 4 You can build and test sample kernel code here. 5 6if SAMPLES 7 8config SAMPLE_TRACE_EVENTS --- 48 unchanged lines hidden (view full) --- 57 58config SAMPLE_KDB 59 tristate "Build kdb command example -- loadable modules only" 60 depends on KGDB_KDB && m 61 help 62 Build an example of how to dynamically add the hello 63 command to the kdb shell. 64 | 1menuconfig SAMPLES 2 bool "Sample kernel code" 3 help 4 You can build and test sample kernel code here. 5 6if SAMPLES 7 8config SAMPLE_TRACE_EVENTS --- 48 unchanged lines hidden (view full) --- 57 58config SAMPLE_KDB 59 tristate "Build kdb command example -- loadable modules only" 60 depends on KGDB_KDB && m 61 help 62 Build an example of how to dynamically add the hello 63 command to the kdb shell. 64 |
65config SAMPLE_QMI_CLIENT 66 tristate "Build qmi client sample -- loadable modules only" 67 depends on m 68 depends on ARCH_QCOM 69 depends on NET 70 select QCOM_QMI_HELPERS 71 help 72 Build an QMI client sample driver, which demonstrates how to 73 communicate with a remote QRTR service, using QMI encoded messages. 74 |
|
65config SAMPLE_RPMSG_CLIENT 66 tristate "Build rpmsg client sample -- loadable modules only" 67 depends on RPMSG && m 68 help 69 Build an rpmsg client sample driver, which demonstrates how 70 to communicate with an AMP-configured remote processor over 71 the rpmsg bus. 72 --- 20 unchanged lines hidden (view full) --- 93 94config SAMPLE_SECCOMP 95 tristate "Build seccomp sample code -- loadable modules only" 96 depends on SECCOMP_FILTER && m 97 help 98 Build samples of seccomp filters using various methods of 99 BPF filter construction. 100 | 75config SAMPLE_RPMSG_CLIENT 76 tristate "Build rpmsg client sample -- loadable modules only" 77 depends on RPMSG && m 78 help 79 Build an rpmsg client sample driver, which demonstrates how 80 to communicate with an AMP-configured remote processor over 81 the rpmsg bus. 82 --- 20 unchanged lines hidden (view full) --- 103 104config SAMPLE_SECCOMP 105 tristate "Build seccomp sample code -- loadable modules only" 106 depends on SECCOMP_FILTER && m 107 help 108 Build samples of seccomp filters using various methods of 109 BPF filter construction. 110 |
111config SAMPLE_BLACKFIN_GPTIMERS 112 tristate "Build blackfin gptimers sample code -- loadable modules only" 113 depends on BLACKFIN && BFIN_GPTIMERS && m 114 help 115 Build samples of blackfin gptimers sample module. 116 |
|
101config SAMPLE_VFIO_MDEV_MTTY 102 tristate "Build VFIO mtty example mediated device sample code -- loadable modules only" 103 depends on VFIO_MDEV_DEVICE && m 104 help 105 Build a virtual tty sample driver for use as a VFIO 106 mediated device 107 108config SAMPLE_STATX 109 bool "Build example extended-stat using code" 110 depends on BROKEN 111 help 112 Build example userspace program to use the new extended-stat syscall. 113 114endif # SAMPLES | 117config SAMPLE_VFIO_MDEV_MTTY 118 tristate "Build VFIO mtty example mediated device sample code -- loadable modules only" 119 depends on VFIO_MDEV_DEVICE && m 120 help 121 Build a virtual tty sample driver for use as a VFIO 122 mediated device 123 124config SAMPLE_STATX 125 bool "Build example extended-stat using code" 126 depends on BROKEN 127 help 128 Build example userspace program to use the new extended-stat syscall. 129 130endif # SAMPLES |