diff options
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index e03cf0e374d7..52f4264b3006 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -61,4 +61,10 @@ config SAMPLE_KDB | |||
61 | Build an example of how to dynamically add the hello | 61 | Build an example of how to dynamically add the hello |
62 | command to the kdb shell. | 62 | command to the kdb shell. |
63 | 63 | ||
64 | config 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 | |||
64 | endif # SAMPLES | 70 | endif # SAMPLES |