| commit | 81ca486fe54c799033fac1eb6d93baf64df37ba6 | [log] [tgz] |
|---|---|---|
| author | Jonathan Cameron <jic23@kernel.org> | Sun Jan 06 15:10:00 2013 +0000 |
| committer | Jonathan Cameron <jic23@kernel.org> | Sat Jan 26 10:07:53 2013 +0000 |
| tree | 4818c0f5b884504aa9b485f537f35590c1123dbd | |
| parent | d526e513c7dd1bb3f9696c7d38634e5ebf5f0919 [diff] [blame] |
iio:accel:kxsd9 move out of staging This is a very simple driver giving basic access to this part over an spi bus. Signed-off-by: Jonathan Cameron <jic23@kernel.org>
diff --git a/drivers/iio/accel/Makefile b/drivers/iio/accel/Makefile index 5bc6855..4e1c859 100644 --- a/drivers/iio/accel/Makefile +++ b/drivers/iio/accel/Makefile
@@ -3,3 +3,4 @@ # obj-$(CONFIG_HID_SENSOR_ACCEL_3D) += hid-sensor-accel-3d.o +obj-$(CONFIG_KXSD9) += kxsd9.o