Kconfig (0337966d121ebebf73a1c346123e8112796e684e) | Kconfig (439e7271dc2b63de379e37971dc2f64d71e24f8a) |
---|---|
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 --- 57 unchanged lines hidden (view full) --- 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 73config SAMPLE_LIVEPATCH | 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 --- 57 unchanged lines hidden (view full) --- 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 73config SAMPLE_LIVEPATCH |
74 tristate "Build live patching sample -- loadable modules only" | 74 tristate "Build live patching samples -- loadable modules only" |
75 depends on LIVEPATCH && m 76 help | 75 depends on LIVEPATCH && m 76 help |
77 Builds a sample live patch that replaces the procfs handler 78 for /proc/cmdline to print "this has been live patched". | 77 Build sample live patch demonstrations. |
79 80config SAMPLE_CONFIGFS 81 tristate "Build configfs patching sample -- loadable modules only" 82 depends on CONFIGFS_FS && m 83 help 84 Builds a sample configfs interface. 85 86config SAMPLE_CONNECTOR --- 35 unchanged lines hidden --- | 78 79config SAMPLE_CONFIGFS 80 tristate "Build configfs patching sample -- loadable modules only" 81 depends on CONFIGFS_FS && m 82 help 83 Builds a sample configfs interface. 84 85config SAMPLE_CONNECTOR --- 35 unchanged lines hidden --- |