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