X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=samples%2FKconfig;h=954a1d550c5f04cf4e344c1dc5e47b8708d044d8;hb=61e118dd7755417c541a8ecf32a82c3971258cff;hp=8924f72f062992fe45f8ee16e986fe90bfc19f70;hpb=3560adf62075829393743667ff338dd8fd26a5c2;p=karo-tx-linux.git diff --git a/samples/Kconfig b/samples/Kconfig index 8924f72f0629..954a1d550c5f 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -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