HID: hid-example: fix some build issues
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / samples / Kconfig
index 52f4264b30065b1b5d1c51b48559dd4d10466384..977980317a7d764c51b794ba6034efc83c31d0dd 100644 (file)
@@ -62,8 +62,8 @@ config SAMPLE_KDB
          command to the kdb shell.
 
 config SAMPLE_HIDRAW
-       tristate "Build simple hidraw example"
-       depends on HIDRAW
+       bool "Build simple hidraw example"
+       depends on HIDRAW && HEADERS_CHECK
        help
          Build an example of how to use hidraw from userspace.