Kconfig (6e49557b316e8db983a6d40d18e88ab0ba8571ef) | Kconfig (d5b97f5c7dfcad98927fb4f3b2e99d4c3beeec9a) |
---|---|
1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config BMA180 --- 97 unchanged lines hidden (view full) --- 106 help 107 Say Y here if you want to build a driver for the Kionix KXCJK-1013 108 triaxial acceleration sensor. This driver also supports KXCJ9-1008 109 and KXTJ2-1009. 110 111 To compile this driver as a module, choose M here: the module will 112 be called kxcjk-1013. 113 | 1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config BMA180 --- 97 unchanged lines hidden (view full) --- 106 help 107 Say Y here if you want to build a driver for the Kionix KXCJK-1013 108 triaxial acceleration sensor. This driver also supports KXCJ9-1008 109 and KXTJ2-1009. 110 111 To compile this driver as a module, choose M here: the module will 112 be called kxcjk-1013. 113 |
114config MMA9551_CORE 115 tristate 116 |
|
114config MMA9551 115 tristate "Freescale MMA9551L Intelligent Motion-Sensing Platform Driver" 116 depends on I2C | 117config MMA9551 118 tristate "Freescale MMA9551L Intelligent Motion-Sensing Platform Driver" 119 depends on I2C |
120 select MMA9551_CORE 121 |
|
117 help 118 Say yes here to build support for the Freescale MMA9551L 119 Intelligent Motion-Sensing Platform Driver. 120 121 To compile this driver as a module, choose M here: the module 122 will be called mma9551. 123 124endmenu | 122 help 123 Say yes here to build support for the Freescale MMA9551L 124 Intelligent Motion-Sensing Platform Driver. 125 126 To compile this driver as a module, choose M here: the module 127 will be called mma9551. 128 129endmenu |