https://github.com/torvalds/linux
Raw File
Tip revision: 648f4e3e50c4793d9dbf9a09afa193631f76fa26 authored by Linus Torvalds on 19 November 2009, 22:32:38 UTC
Linux 2.6.32-rc8
Tip revision: 648f4e3
Kconfig
#
# Industrial I/O standalone triggers
#
comment "Triggers - standalone"

if IIO_TRIGGER

config IIO_PERIODIC_RTC_TRIGGER
	tristate "Periodic RTC triggers"
	depends on RTC_CLASS
	help
	    Provides support for using periodic capable real time
	    clocks as IIO triggers.

config IIO_GPIO_TRIGGER
	tristate "GPIO trigger"
	depends on GENERIC_GPIO
	help
	    Provides support for using GPIO pins as IIO triggers.

endif # IIO_TRIGGER
back to top