Commit 3462c8e6c7f8a19082acb9f970c9f6916cc13ce4

Authored by Paul Bolle
Committed by Michal Marek
1 parent 1a8fffff67

samples: drop unused Kconfig symbol

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>

Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff

... ... @@ -61,11 +61,5 @@
61 61 Build an example of how to dynamically add the hello
62 62 command to the kdb shell.
63 63  
64   -config SAMPLE_HIDRAW
65   - bool "Build simple hidraw example"
66   - depends on HIDRAW && HEADERS_CHECK
67   - help
68   - Build an example of how to use hidraw from userspace.
69   -
70 64 endif # SAMPLES