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>
This commit is contained in:
parent
64e62426f4
commit
c5ad56530a
|
@ -31,6 +31,7 @@ config IIO_SYSFS_TRIGGER
|
||||||
config IIO_BFIN_TMR_TRIGGER
|
config IIO_BFIN_TMR_TRIGGER
|
||||||
tristate "Blackfin TIMER trigger"
|
tristate "Blackfin TIMER trigger"
|
||||||
depends on BLACKFIN
|
depends on BLACKFIN
|
||||||
|
select BFIN_GPTIMERS
|
||||||
help
|
help
|
||||||
Provides support for using a Blackfin timer as IIO triggers.
|
Provides support for using a Blackfin timer as IIO triggers.
|
||||||
If unsure, say N (but it's safe to say "Y").
|
If unsure, say N (but it's safe to say "Y").
|
||||||
|
|
Loading…
Reference in New Issue