diff options
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index b46b4cf..57bb223 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -7,5 +7,10 @@ menuconfig SAMPLES if SAMPLES +config SAMPLE_MARKERS + tristate "Build markers examples -- loadable modules only" + depends on MARKERS && m + help + This build markers example modules. endif # SAMPLES |