Kconfig (e98bdb3059cbf2b1cd4261e126b08429f64466c3) | Kconfig (a528d35e8bfcc521d7cb70aaf03e1bd296c8493f) |
---|---|
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 --- 98 unchanged lines hidden (view full) --- 107 108config SAMPLE_VFIO_MDEV_MTTY 109 tristate "Build VFIO mtty example mediated device sample code -- loadable modules only" 110 depends on VFIO_MDEV_DEVICE && m 111 help 112 Build a virtual tty sample driver for use as a VFIO 113 mediated device 114 | 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 --- 98 unchanged lines hidden (view full) --- 107 108config SAMPLE_VFIO_MDEV_MTTY 109 tristate "Build VFIO mtty example mediated device sample code -- loadable modules only" 110 depends on VFIO_MDEV_DEVICE && m 111 help 112 Build a virtual tty sample driver for use as a VFIO 113 mediated device 114 |
115config SAMPLE_STATX 116 bool "Build example extended-stat using code" 117 depends on BROKEN 118 help 119 Build example userspace program to use the new extended-stat syscall. 120 |
|
115endif # SAMPLES | 121endif # SAMPLES |