aboutsummaryrefslogtreecommitdiffstats
path: root/samples/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'samples/Kconfig')
-rw-r--r--samples/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index b92bde3c6a89..04be681a3ded 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -1,5 +1,3 @@
1# samples/Kconfig
2
3menuconfig SAMPLES 1menuconfig SAMPLES
4 bool "Sample kernel code" 2 bool "Sample kernel code"
5 help 3 help
@@ -41,4 +39,3 @@ config SAMPLE_KRETPROBES
41 depends on SAMPLE_KPROBES && KRETPROBES 39 depends on SAMPLE_KPROBES && KRETPROBES
42 40
43endif # SAMPLES 41endif # SAMPLES
44