From: Paul Bolle Date: Mon, 24 Oct 2011 11:40:29 +0000 (+0200) Subject: samples: drop unused Kconfig symbol X-Git-Tag: firefly_0821_release~3680^2~4169^2~9 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3462c8e6c7f8a19082acb9f970c9f6916cc13ce4;p=firefly-linux-kernel-4.4.55.git samples: drop unused Kconfig symbol Signed-off-by: Paul Bolle Signed-off-by: Michal Marek --- diff --git a/samples/Kconfig b/samples/Kconfig index 96a7572853f7..41063e7592d2 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