Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04b02978 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: default avatarAaron Wu <aaron.wu@analog.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent b8ac14d3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -866,7 +866,6 @@ F: drivers/iio/*/ad*
F:	drivers/iio/adc/ltc2497*
X:	drivers/iio/*/adjd*
F:	drivers/staging/iio/*/ad*
F:	drivers/staging/iio/trigger/iio-trig-bfin-timer.c

ANDROID CONFIG FRAGMENTS
M:	Rob Herring <robh@kernel.org>
+0 −1
Original line number Diff line number Diff line
@@ -14,6 +14,5 @@ source "drivers/staging/iio/impedance-analyzer/Kconfig"
source "drivers/staging/iio/light/Kconfig"
source "drivers/staging/iio/meter/Kconfig"
source "drivers/staging/iio/resolver/Kconfig"
source "drivers/staging/iio/trigger/Kconfig"

endmenu
+0 −1
Original line number Diff line number Diff line
@@ -13,4 +13,3 @@ obj-y += impedance-analyzer/
obj-y += light/
obj-y += meter/
obj-y += resolver/
obj-y += trigger/
+0 −19
Original line number Diff line number Diff line
  #
# 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
+0 −5
Original line number Diff line number Diff line
#
# Makefile for triggers not associated with iio-devices
#

obj-$(CONFIG_IIO_BFIN_TMR_TRIGGER) += iio-trig-bfin-timer.o
Loading