aboutsummaryrefslogtreecommitdiffstats
path: root/samples/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'samples/Kconfig')
-rw-r--r--samples/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index 52f4264b3006..977980317a7d 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -62,8 +62,8 @@ config SAMPLE_KDB
62 command to the kdb shell. 62 command to the kdb shell.
63 63
64config SAMPLE_HIDRAW 64config SAMPLE_HIDRAW
65 tristate "Build simple hidraw example" 65 bool "Build simple hidraw example"
66 depends on HIDRAW 66 depends on HIDRAW && HEADERS_CHECK
67 help 67 help
68 Build an example of how to use hidraw from userspace. 68 Build an example of how to use hidraw from userspace.
69 69