mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
staging:iio:accel:sca3000 Move out of staging.
Now the driver is in a reasonable state, lets get it (finally) out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
parent
2ccf61442f
commit
d62e5fee88
@ -303,6 +303,18 @@ config MXC6255
|
|||||||
To compile this driver as a module, choose M here: the module will be
|
To compile this driver as a module, choose M here: the module will be
|
||||||
called mxc6255.
|
called mxc6255.
|
||||||
|
|
||||||
|
config SCA3000
|
||||||
|
select IIO_BUFFER
|
||||||
|
select IIO_KFIFO_BUF
|
||||||
|
depends on SPI
|
||||||
|
tristate "VTI SCA3000 series accelerometers"
|
||||||
|
help
|
||||||
|
Say Y here to build support for the VTI SCA3000 series of SPI
|
||||||
|
accelerometers. These devices use a hardware ring buffer.
|
||||||
|
|
||||||
|
To compile this driver as a module, say M here: the module will be
|
||||||
|
called sca3000.
|
||||||
|
|
||||||
config STK8312
|
config STK8312
|
||||||
tristate "Sensortek STK8312 3-Axis Accelerometer Driver"
|
tristate "Sensortek STK8312 3-Axis Accelerometer Driver"
|
||||||
depends on I2C
|
depends on I2C
|
||||||
|
@ -35,6 +35,8 @@ obj-$(CONFIG_MMA9553) += mma9553.o
|
|||||||
obj-$(CONFIG_MXC4005) += mxc4005.o
|
obj-$(CONFIG_MXC4005) += mxc4005.o
|
||||||
obj-$(CONFIG_MXC6255) += mxc6255.o
|
obj-$(CONFIG_MXC6255) += mxc6255.o
|
||||||
|
|
||||||
|
obj-$(CONFIG_SCA3000) += sca3000.o
|
||||||
|
|
||||||
obj-$(CONFIG_STK8312) += stk8312.o
|
obj-$(CONFIG_STK8312) += stk8312.o
|
||||||
obj-$(CONFIG_STK8BA50) += stk8ba50.o
|
obj-$(CONFIG_STK8BA50) += stk8ba50.o
|
||||||
|
|
||||||
|
@ -51,15 +51,4 @@ config ADIS16240
|
|||||||
To compile this driver as a module, say M here: the module will be
|
To compile this driver as a module, say M here: the module will be
|
||||||
called adis16240.
|
called adis16240.
|
||||||
|
|
||||||
config SCA3000
|
|
||||||
select IIO_BUFFER
|
|
||||||
select IIO_KFIFO_BUF
|
|
||||||
depends on SPI
|
|
||||||
tristate "VTI SCA3000 series accelerometers"
|
|
||||||
help
|
|
||||||
Say Y here to build support for the VTI SCA3000 series of SPI
|
|
||||||
accelerometers. These devices use a hardware ring buffer.
|
|
||||||
|
|
||||||
To compile this driver as a module, say M here: the module will be
|
|
||||||
called sca3000.
|
|
||||||
endmenu
|
endmenu
|
||||||
|
@ -13,5 +13,3 @@ obj-$(CONFIG_ADIS16209) += adis16209.o
|
|||||||
|
|
||||||
adis16240-y := adis16240_core.o
|
adis16240-y := adis16240_core.o
|
||||||
obj-$(CONFIG_ADIS16240) += adis16240.o
|
obj-$(CONFIG_ADIS16240) += adis16240.o
|
||||||
|
|
||||||
obj-$(CONFIG_SCA3000) += sca3000.o
|
|
||||||
|
Loading…
Reference in New Issue
Block a user