Blame view

samples/Kconfig 304 Bytes
267c4025f   Mathieu Desnoyers   markers: Add samp...
1
2
3
4
5
6
7
8
  # samples/Kconfig
  
  menuconfig SAMPLES
  	bool "Sample kernel code"
  	help
  	  You can build and test sample kernel code here.
  
  if SAMPLES
31155bc03   Mathieu Desnoyers   Linux Kernel Mark...
9
10
11
12
13
  config SAMPLE_MARKERS
  	tristate "Build markers examples -- loadable modules only"
  	depends on MARKERS && m
  	help
  	  This build markers example modules.
267c4025f   Mathieu Desnoyers   markers: Add samp...
14
15
  
  endif # SAMPLES