aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sensorhub/Kconfig
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-09-22 09:48:20 +0200
committercodeworkx <codeworkx@cyanogenmod.com>2012-09-22 14:02:16 +0200
commit2489007e7d740ccbc3e0a202914e243ad5178787 (patch)
treeb8e6380ea7b1da63474ad68a5dba997e01146043 /drivers/sensorhub/Kconfig
parent5f67568eb31e3a813c7c52461dcf66ade15fc2e7 (diff)
downloadkernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.zip
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.gz
kernel_samsung_smdk4412-2489007e7d740ccbc3e0a202914e243ad5178787.tar.bz2
merge opensource jb u5
Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2
Diffstat (limited to 'drivers/sensorhub/Kconfig')
-rw-r--r--drivers/sensorhub/Kconfig133
1 files changed, 133 insertions, 0 deletions
diff --git a/drivers/sensorhub/Kconfig b/drivers/sensorhub/Kconfig
new file mode 100644
index 0000000..609e854
--- /dev/null
+++ b/drivers/sensorhub/Kconfig
@@ -0,0 +1,133 @@
+#
+# sensor drivers configuration
+#
+config SENSORS_SYSFS
+ tristate "Sensors sysfs"
+ help
+ Support sysfs for sensors.
+ If you say yes here you get sysfs support for
+ sensor factory test.
+ To compile this driver as a module, choose M here: the
+ module will be called sensors_core.
+
+config SENSORS_SSP
+ tristate "Sensors ssp"
+ default n
+ depends on I2C
+ help
+ ssp driver for sensor hub.
+ If you say yes here you get ssp support for
+ sensor hub.
+ To compile this driver as a module, choose M here: the
+ module will be called ssp.
+
+config SENSORS_SSP_LSM330
+ tristate "Sensors ssp lsm330"
+ default n
+ depends on I2C
+ help
+ lsm330 file for factory test in ssp driver.
+ If you say yes here you get lsm330 support for
+ factory test.
+ To compile this driver as a module, choose M here: the
+ module will be called ssp.
+
+config SENSORS_SSP_AK8963C
+ tristate "Sensors ssp ak8963c"
+ default n
+ depends on I2C
+ help
+ ak8963c file for factory test in ssp driver.
+ If you say yes here you get ak8963c support for
+ factory test.
+ To compile this driver as a module, choose M here: the
+ module will be called ssp.
+
+config SENSORS_SSP_CM36651
+ tristate "Sensors ssp cm36651"
+ default n
+ depends on I2C
+ help
+ cm36651 file for factory test in ssp driver.
+ If you say yes here you get cm36651 support for
+ factory test.
+ To compile this driver as a module, choose M here: the
+ module will be called ssp.
+
+config SENSORS_SSP_BMP182
+ tristate "Sensors ssp bmp182"
+ default n
+ depends on I2C
+ help
+ bmp182 file for factory test in ssp driver.
+ If you say yes here you get bmp182 support for
+ factory test.
+ To compile this driver as a module, choose M here: the
+ module will be called ssp.
+
+config SENSORS_SSP_AT32UC3L0128
+ tristate "Sensors ssp at32uc3l0128"
+ default n
+ depends on I2C
+ help
+ at32uc3l0128 file for factory test in ssp driver.
+ If you say yes here you get at32uc3l0128 support for
+ factory test.
+ To compile this driver as a module, choose M here: the
+ module will be called ssp.
+
+config SENSORS_SSP_ACCELEROMETER_POSITION
+ int "Accelerometer Sensor Mounting Position on Board"
+ depends on SENSORS_SSP
+ default "0"
+ help
+ X Y Z axis position.
+ 0: X, Y, Z
+ 1: Y,-X, Z
+ 2: -X,-Y, Z
+ 3: -Y, X, Z
+ 4: -X, Y,-Z
+ 5: Y, X,-Z
+ 6: X,-Y,-Z
+ 7: -Y,-X,-Z
+
+config SENSORS_SSP_GYROSCOPE_POSITION
+ int "Gyroscope Sensor Mounting Position on Board"
+ depends on SENSORS_SSP
+ default "0"
+ help
+ X Y Z axis position.
+ 0: X, Y, Z
+ 1: Y,-X, Z
+ 2: -X,-Y, Z
+ 3: -Y, X, Z
+ 4: -X, Y,-Z
+ 5: Y, X,-Z
+ 6: X,-Y,-Z
+ 7: -Y,-X,-Z
+
+config SENSORS_SSP_MAGNETOMETER_POSITION
+ int "Geomagnetic Sensor Mounting Position on Board"
+ depends on SENSORS_SSP
+ default "0"
+ help
+ X Y Z axis position.
+ 0: X, Y, Z
+ 1: Y,-X, Z
+ 2: -X,-Y, Z
+ 3: -Y, X, Z
+ 4: -X, Y,-Z
+ 5: Y, X,-Z
+ 6: X,-Y,-Z
+ 7: -Y,-X,-Z
+
+config SENSORS_SSP_SENSORHUB
+ tristate "Sensors ssp sensorhub"
+ default n
+ depends on I2C
+ help
+ ssp sensor hub driver for sensor hub.
+ If you say yes here you get ssp support for
+ sensor hub.
+ To compile this driver as a module, choose M here: the
+ module will be called ssp.