X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=blobdiff_plain;f=samples%2FKconfig;h=8924f72f062992fe45f8ee16e986fe90bfc19f70;hp=17d64ba7864cf6480286141ec5e5b0d33ee0fd91;hb=b2e75eff5e859d0c294e7405958362b26a423c6e;hpb=eadb8a091b27a840de7450f84ecff5ef13476424 diff --git a/samples/Kconfig b/samples/Kconfig index 17d64ba..8924f72 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -1,5 +1,3 @@ -# samples/Kconfig - menuconfig SAMPLES bool "Sample kernel code" help @@ -7,12 +5,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 @@ -53,4 +45,3 @@ config SAMPLE_HW_BREAKPOINT This builds kernel hardware breakpoint example modules. endif # SAMPLES -