From: Paul Bolle Date: Mon, 24 Oct 2011 11:40:29 +0000 (+0200) Subject: samples: drop unused Kconfig symbol X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3462c8e6c7f8a19082acb9f970c9f6916cc13ce4;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.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