Kconfig (2d8ad8719591fa803b0d589ed057fa46f49b7155) Kconfig (c54ea4918c2b7722d7242ea53271356501988a9b)
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_TRACEPOINTS

--- 47 unchanged lines hidden (view full) ---

56
57config SAMPLE_KDB
58 tristate "Build kdb command exmaple -- loadable modules only"
59 depends on KGDB_KDB && m
60 help
61 Build an example of how to dynamically add the hello
62 command to the kdb shell.
63
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_TRACEPOINTS

--- 47 unchanged lines hidden (view full) ---

56
57config SAMPLE_KDB
58 tristate "Build kdb command exmaple -- loadable modules only"
59 depends on KGDB_KDB && m
60 help
61 Build an example of how to dynamically add the hello
62 command to the kdb shell.
63
64config SAMPLE_HIDRAW
65 tristate "Build simple hidraw example"
66 depends on HIDRAW
67 help
68 Build an example of how to use hidraw from userspace.
69
64endif # SAMPLES
70endif # SAMPLES