Staging: iio: trigger: Add module name information in Kconfig
authorDarshana Padmadas <darshanapadmadas@gmail.com>
Sat, 4 Oct 2014 16:25:26 +0000 (21:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:09 +0000 (10:29 +0800)
This patch updates Kconfig with paragraphs that describe config symbol fully.
Found using checkpatch.pl.

Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/trigger/Kconfig

index 2fd18c60323debb72b5f19e2342ca3c7991671c6..710a2f3e787e4823ae524414672b33142ad7f2e2 100644 (file)
@@ -1,4 +1,4 @@
-#
+  #
 # Industrial I/O standalone triggers
 #
 comment "Triggers - standalone"
@@ -12,6 +12,9 @@ config IIO_PERIODIC_RTC_TRIGGER
          Provides support for using periodic capable real time
          clocks as IIO triggers.
 
+         To compile this driver as a module, choose M here: the
+         module will be called iio-trig-periodic-rtc.
+
 config IIO_BFIN_TMR_TRIGGER
        tristate "Blackfin TIMER trigger"
        depends on BLACKFIN
This page took 0.024952 seconds and 5 git commands to generate.