VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Christoph Hellwig <hch@lst.de> 2009-09-17 19:35:28 +0200 committer: Ingo Molnar <mingo@elte.hu> 2009-09-18 21:22:08 +0200 commit: fc5377668c3d808e1d53c4aee152c836f55c3490 parent: df58bee21ed218cb7dfb561a590b1bd2a99531cf
Commit Summary:
tracing: Remove markers
Diffstat:
1 file changed, 0 insertions, 6 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index 428b065ba695..b92bde3c6a89 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -7,12 +7,6 @@ menuconfig SAMPLES
 
 if SAMPLES
 
-config SAMPLE_MARKERS
-	tristate "Build markers examples -- loadable modules only"
-	depends on MARKERS && m
-	help
-	  This build markers example modules.
-
 config SAMPLE_TRACEPOINTS
 	tristate "Build tracepoints examples -- loadable modules only"
 	depends on TRACEPOINTS && m