Staging: IIO: kxsd9 accelerometer minimal support
[safe/jmp/linux-2.6] / drivers / staging / iio / accel / Kconfig
1 #
2 # Accelerometer drivers
3 #
4 comment "Accelerometers"
5
6 config KXSD9
7         tristate "Kionix KXSD9 Accelerometer Driver"
8         depends on SPI
9         help
10           Say yes here to build support for the Kionix KXSD9 accelerometer.
11           Currently this only supports the device via an SPI interface.
12
13 config LIS3L02DQ
14         tristate "ST Microelectronics LIS3L02DQ Accelerometer Driver"
15         depends on SPI
16         help
17           Say yes here to build SPI support for the ST microelectronics
18           accelerometer. The driver supplies direct access via sysfs files
19           and an event interface via a character device.