]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - samples/Kconfig
omap3: Add external VBUS power switch and overcurrent detect onIGEP v2 board
[karo-tx-linux.git] / samples / Kconfig
index 8924f72f062992fe45f8ee16e986fe90bfc19f70..954a1d550c5f04cf4e344c1dc5e47b8708d044d8 100644 (file)
@@ -44,4 +44,14 @@ config SAMPLE_HW_BREAKPOINT
        help
          This builds kernel hardware breakpoint example modules.
 
+config SAMPLE_KFIFO
+       tristate "Build kfifo examples -- loadable modules only"
+       depends on m
+       help
+         This config option will allow you to build a number of
+         different kfifo sample modules showing how to use the
+         generic kfifo API.
+
+         If in doubt, say "N" here.
+
 endif # SAMPLES