Kconfig (90bad33acbd82437cbf54eb1cefa6f6153fab927) | Kconfig (884ca45613c47efe4b0b1238f6ee677d74fe3419) |
---|---|
1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config BMA180 --- 133 unchanged lines hidden (view full) --- 142 depends on I2C 143 help 144 Say yes here to get support for the Sensortek STK8312 3-axis 145 accelerometer. 146 147 Choosing M will build the driver as a module. If so, the module 148 will be called stk8312. 149 | 1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config BMA180 --- 133 unchanged lines hidden (view full) --- 142 depends on I2C 143 help 144 Say yes here to get support for the Sensortek STK8312 3-axis 145 accelerometer. 146 147 Choosing M will build the driver as a module. If so, the module 148 will be called stk8312. 149 |
150config STK8BA50 151 tristate "Sensortek STK8BA50 3-Axis Accelerometer Driver" 152 depends on I2C 153 help 154 Say yes here to get support for the Sensortek STK8BA50 3-axis 155 accelerometer. 156 157 Choosing M will build the driver as a module. If so, the module 158 will be called stk8ba50. 159 |
|
150endmenu | 160endmenu |