diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-24 13:40:29 +0200 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-10-31 23:39:52 +0100 |
commit | 3462c8e6c7f8a19082acb9f970c9f6916cc13ce4 (patch) | |
tree | 86f7464588c07fcfafe6a5d8a7184889bbbeeb8b /samples | |
parent | 1a8fffff6737c0be0769ca273bb74a9337b549a6 (diff) | |
download | linux-3.10-3462c8e6c7f8a19082acb9f970c9f6916cc13ce4.tar.gz linux-3.10-3462c8e6c7f8a19082acb9f970c9f6916cc13ce4.tar.bz2 linux-3.10-3462c8e6c7f8a19082acb9f970c9f6916cc13ce4.zip |
samples: drop unused Kconfig symbol
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 96a7572853f..41063e7592d 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -61,10 +61,4 @@ config SAMPLE_KDB Build an example of how to dynamically add the hello command to the kdb shell. -config SAMPLE_HIDRAW - bool "Build simple hidraw example" - depends on HIDRAW && HEADERS_CHECK - help - Build an example of how to use hidraw from userspace. - endif # SAMPLES |