~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to drivers/staging/iio/gyro/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno, Martin Michlmayr
  • Date: 2011-04-06 13:53:30 UTC
  • mfrom: (43.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110406135330-wjufxhd0tvn3zx4z
Tags: 2.6.38-3
[ Ben Hutchings ]
* [ppc64] Add to linux-tools package architectures (Closes: #620124)
* [amd64] Save cr4 to mmu_cr4_features at boot time (Closes: #620284)
* appletalk: Fix bugs introduced when removing use of BKL
* ALSA: Fix yet another race in disconnection
* cciss: Fix lost command issue
* ath9k: Fix kernel panic in AR2427
* ses: Avoid kernel panic when lun 0 is not mapped
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command line

[ Aurelien Jarno ]
* rtlwifi: fix build when PCI is not enabled.

[ Martin Michlmayr ]
* rtlwifi: Eliminate udelay calls with too large values (Closes: #620204)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# IIO Digital Gyroscope Sensor drivers configuration
 
3
#
 
4
comment "Digital gyroscope sensors"
 
5
 
 
6
config ADIS16060
 
7
        tristate "Analog Devices ADIS16060 Yaw Rate Gyroscope with SPI driver"
 
8
        depends on SPI
 
9
        help
 
10
          Say yes here to build support for Analog Devices adis16060 wide bandwidth
 
11
          yaw rate gyroscope with SPI.
 
12
 
 
13
config ADIS16080
 
14
        tristate "Analog Devices ADIS16080/100 Yaw Rate Gyroscope with SPI driver"
 
15
        depends on SPI
 
16
        help
 
17
          Say yes here to build support for Analog Devices adis16080/100 Yaw Rate
 
18
          Gyroscope with SPI.
 
19
 
 
20
config ADIS16130
 
21
        tristate "Analog Devices ADIS16130 High Precision Angular Rate Sensor driver"
 
22
        depends on SPI
 
23
        help
 
24
          Say yes here to build support for Analog Devices ADIS16130 High Precision
 
25
          Angular Rate Sensor driver.
 
26
 
 
27
config ADIS16260
 
28
        tristate "Analog Devices ADIS16260 ADIS16265 Digital Gyroscope Sensor SPI driver"
 
29
        depends on SPI
 
30
        select IIO_TRIGGER if IIO_RING_BUFFER
 
31
        select IIO_SW_RING if IIO_RING_BUFFER
 
32
        help
 
33
          Say yes here to build support for Analog Devices ADIS16260 ADIS16265
 
34
          programmable digital gyroscope sensor.
 
35
 
 
36
          This driver can also be built as a module.  If so, the module
 
37
          will be called adis16260.
 
38
 
 
39
config ADIS16251
 
40
        tristate "Analog Devices ADIS16251 Digital Gyroscope Sensor SPI driver"
 
41
        depends on SPI
 
42
        help
 
43
          Say yes here to build support for Analog Devices adis16261 programmable
 
44
          digital gyroscope sensor.
 
45
 
 
46
          This driver can also be built as a module.  If so, the module
 
47
          will be called adis16251.