Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162480
b: refs/heads/master
c: e435bc1
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Cameron authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 026fbe0 commit c9668dc
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 66533b488e17df35f5cd3bc2ebdafdf1444eb187
refs/heads/master: e435bc191f6a224192b548bed8cb1893b64e7df2
7 changes: 7 additions & 0 deletions trunk/drivers/staging/iio/accel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
#
comment "Accelerometers"

config KXSD9
tristate "Kionix KXSD9 Accelerometer Driver"
depends on SPI
help
Say yes here to build support for the Kionix KXSD9 accelerometer.
Currently this only supports the device via an SPI interface.

config LIS3L02DQ
tristate "ST Microelectronics LIS3L02DQ Accelerometer Driver"
depends on SPI
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/staging/iio/accel/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#
# Makefile for industrial I/O accelerometer drivers
#
obj-$(CONFIG_KXSD9) += kxsd9.o

lis3l02dq-y := lis3l02dq_core.o
obj-$(CONFIG_LIS3L02DQ) += lis3l02dq.o
Loading

0 comments on commit c9668dc

Please sign in to comment.