Kconfig (9938b04472d5c59f8bd8152a548533a8599596a2) | Kconfig (14fbff6b4e48a529c90e771598ac12bffd445ff4) |
---|---|
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 --- 62 unchanged lines hidden (view full) --- 71 for /proc/cmdline to print "this has been live patched". 72 73config SAMPLE_CONFIGFS 74 tristate "Build configfs patching sample -- loadable modules only" 75 depends on CONFIGFS_FS && m 76 help 77 Builds a sample configfs interface. 78 | 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 --- 62 unchanged lines hidden (view full) --- 71 for /proc/cmdline to print "this has been live patched". 72 73config SAMPLE_CONFIGFS 74 tristate "Build configfs patching sample -- loadable modules only" 75 depends on CONFIGFS_FS && m 76 help 77 Builds a sample configfs interface. 78 |
79config SAMPLE_CONNECTOR 80 tristate "Build connector sample -- loadable modules only" 81 depends on CONNECTOR && m 82 help 83 When enabled, this builds both a sample kernel module for 84 the connector interface and a user space tool to communicate 85 with it. 86 See also Documentation/connector/connector.txt 87 |
|
79endif # SAMPLES | 88endif # SAMPLES |