Skip to content

Commit db95bd7

Browse files
committed
iio: trigger: drop generic interrupt trigger.
There is no way to bind to this driver from firmware and no explicit platform device creation calls exist in mainline. As such it is dead code. So drop it rather than potentially wasting time modernizing it (see #1) Link: https://lore.kernel.org/all/20260511063229.1433-1-sozdayvek@gmail.com/ #1 Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
1 parent 32a5c04 commit db95bd7

3 files changed

Lines changed: 0 additions & 119 deletions

File tree

drivers/iio/trigger/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ config IIO_HRTIMER_TRIGGER
1616
To compile this driver as a module, choose M here: the
1717
module will be called iio-trig-hrtimer.
1818

19-
config IIO_INTERRUPT_TRIGGER
20-
tristate "Generic interrupt trigger"
21-
help
22-
Provides support for using an interrupt of any type as an IIO
23-
trigger. This may be provided by a gpio driver for example.
24-
25-
To compile this driver as a module, choose M here: the
26-
module will be called iio-trig-interrupt.
27-
2819
config IIO_STM32_LPTIMER_TRIGGER
2920
tristate "STM32 Low-Power Timer Trigger"
3021
depends on MFD_STM32_LPTIMER || COMPILE_TEST

drivers/iio/trigger/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# When adding new entries keep the list in alphabetical order
77

88
obj-$(CONFIG_IIO_HRTIMER_TRIGGER) += iio-trig-hrtimer.o
9-
obj-$(CONFIG_IIO_INTERRUPT_TRIGGER) += iio-trig-interrupt.o
109
obj-$(CONFIG_IIO_STM32_LPTIMER_TRIGGER) += stm32-lptimer-trigger.o
1110
obj-$(CONFIG_IIO_STM32_TIMER_TRIGGER) += stm32-timer-trigger.o
1211
obj-$(CONFIG_IIO_SYSFS_TRIGGER) += iio-trig-sysfs.o

drivers/iio/trigger/iio-trig-interrupt.c

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)