diff options
author | Jonathan Cameron <jic23@kernel.org> | 2013-01-06 10:10:00 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-01-26 05:07:53 -0500 |
commit | 81ca486fe54c799033fac1eb6d93baf64df37ba6 (patch) | |
tree | 4818c0f5b884504aa9b485f537f35590c1123dbd /drivers/iio/accel/Kconfig | |
parent | d526e513c7dd1bb3f9696c7d38634e5ebf5f0919 (diff) |
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>
Diffstat (limited to 'drivers/iio/accel/Kconfig')
-rw-r--r-- | drivers/iio/accel/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig index 05e996fafc9d..d6003531bd63 100644 --- a/drivers/iio/accel/Kconfig +++ b/drivers/iio/accel/Kconfig | |||
@@ -14,4 +14,11 @@ config HID_SENSOR_ACCEL_3D | |||
14 | Say yes here to build support for the HID SENSOR | 14 | Say yes here to build support for the HID SENSOR |
15 | accelerometers 3D. | 15 | accelerometers 3D. |
16 | 16 | ||
17 | config KXSD9 | ||
18 | tristate "Kionix KXSD9 Accelerometer Driver" | ||
19 | depends on SPI | ||
20 | help | ||
21 | Say yes here to build support for the Kionix KXSD9 accelerometer. | ||
22 | Currently this only supports the device via an SPI interface. | ||
23 | |||
17 | endmenu | 24 | endmenu |