aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/trigger/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-03-09 21:04:46 +0100
committerArnd Bergmann <arnd@arndb.de>2018-03-26 15:57:27 +0200
commit04b0297863d46121439535012b42748cf5c58c5e (patch)
treefd6e0e3b766d79513ef2dd0351d6f38fb4fc5fa4 /drivers/staging/iio/trigger/Kconfig
parenttty: hvc: remove tile driver (diff)
downloadlinux-dev-04b0297863d46121439535012b42748cf5c58c5e.tar.xz
linux-dev-04b0297863d46121439535012b42748cf5c58c5e.zip
staging: iio: remove iio-trig-bfin-timer driver
The blackfin architecture is getting removed, so the timer trigger driver is now obsolete. Since this is the last remaining iio trigger driver in staging, I'm removing the entire directory. Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Aaron Wu <aaron.wu@analog.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/staging/iio/trigger/Kconfig')
-rw-r--r--drivers/staging/iio/trigger/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/staging/iio/trigger/Kconfig b/drivers/staging/iio/trigger/Kconfig
deleted file mode 100644
index 0b01d24cea51..000000000000
--- a/drivers/staging/iio/trigger/Kconfig
+++ /dev/null
@@ -1,19 +0,0 @@
- #
-# Industrial I/O standalone triggers
-#
-comment "Triggers - standalone"
-
-if IIO_TRIGGER
-
-config IIO_BFIN_TMR_TRIGGER
- tristate "Blackfin TIMER trigger"
- depends on BLACKFIN
- select BFIN_GPTIMERS
- help
- Provides support for using a Blackfin timer as IIO triggers.
- If unsure, say N (but it's safe to say "Y").
-
- To compile this driver as a module, choose M here: the
- module will be called iio-trig-bfin-timer.
-
-endif # IIO_TRIGGER