aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/trigger/Kconfig
diff options
context:
space:
mode:
authorDarshana Padmadas <darshanapadmadas@gmail.com>2014-10-04 21:55:26 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-20 10:29:09 +0800
commit5c0ec98eba9537cf754b5cb2025e16fb71088cec (patch)
treeb2fe73ea22508ea801e723efbd340cb5d2a5dc17 /drivers/staging/iio/trigger/Kconfig
parentStaging: iio: Documentation: Added check for sscanf return value. (diff)
downloadlinux-dev-5c0ec98eba9537cf754b5cb2025e16fb71088cec.tar.xz
linux-dev-5c0ec98eba9537cf754b5cb2025e16fb71088cec.zip
Staging: iio: trigger: Add module name information in Kconfig
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>
Diffstat (limited to 'drivers/staging/iio/trigger/Kconfig')
-rw-r--r--drivers/staging/iio/trigger/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/staging/iio/trigger/Kconfig b/drivers/staging/iio/trigger/Kconfig
index 2fd18c60323d..710a2f3e787e 100644
--- a/drivers/staging/iio/trigger/Kconfig
+++ b/drivers/staging/iio/trigger/Kconfig
@@ -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