Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: trigger: iio-trig-bfin-timer: select missing dependency

This driver requires CONFIG_BFIN_GPTIMERS.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Michael Hennerich and committed by
Greg Kroah-Hartman
c5ad5653 64e62426

+1
+1
drivers/staging/iio/trigger/Kconfig
··· 31 31 config IIO_BFIN_TMR_TRIGGER 32 32 tristate "Blackfin TIMER trigger" 33 33 depends on BLACKFIN 34 + select BFIN_GPTIMERS 34 35 help 35 36 Provides support for using a Blackfin timer as IIO triggers. 36 37 If unsure, say N (but it's safe to say "Y").