Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# CONFIG_IIO Digital Gyroscope Sensor drivers configuration
#
menu "Digital gyroscope sensors"

config CONFIG_ADIS16060
	tristate "Analog Devices ADIS16060 Yaw Rate Gyroscope with SPI driver"
	depends on CONFIG_SPI
	help
	  Say Y (yes) here to build support for Analog Devices adis16060 wide bandwidth
	  yaw rate gyroscope with CONFIG_SPI.

	  To compile this driver as a module, say CONFIG_M here: the module will be
	  called adis16060. If unsure, say N.

endmenu