diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 85 |
1 files changed, 20 insertions, 65 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 1bfb4439e4e1..e4bd13b3cd8b 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -521,7 +521,7 @@ config SENSORS_LM75 | |||
521 | - Dallas Semiconductor DS75 and DS1775 | 521 | - Dallas Semiconductor DS75 and DS1775 |
522 | - Maxim MAX6625 and MAX6626 | 522 | - Maxim MAX6625 and MAX6626 |
523 | - Microchip MCP980x | 523 | - Microchip MCP980x |
524 | - National Semiconductor LM75 | 524 | - National Semiconductor LM75, LM75A |
525 | - NXP's LM75A | 525 | - NXP's LM75A |
526 | - ST Microelectronics STDS75 | 526 | - ST Microelectronics STDS75 |
527 | - TelCom (now Microchip) TCN75 | 527 | - TelCom (now Microchip) TCN75 |
@@ -959,6 +959,25 @@ config SENSORS_SMSC47B397 | |||
959 | This driver can also be built as a module. If so, the module | 959 | This driver can also be built as a module. If so, the module |
960 | will be called smsc47b397. | 960 | will be called smsc47b397. |
961 | 961 | ||
962 | config SENSORS_SCH5627 | ||
963 | tristate "SMSC SCH5627" | ||
964 | help | ||
965 | If you say yes here you get support for the hardware monitoring | ||
966 | features of the SMSC SCH5627 Super-I/O chip. | ||
967 | |||
968 | This driver can also be built as a module. If so, the module | ||
969 | will be called sch5627. | ||
970 | |||
971 | config SENSORS_ADS1015 | ||
972 | tristate "Texas Instruments ADS1015" | ||
973 | depends on I2C | ||
974 | help | ||
975 | If you say yes here you get support for Texas Instruments ADS1015 | ||
976 | 12-bit 4-input ADC device. | ||
977 | |||
978 | This driver can also be built as a module. If so, the module | ||
979 | will be called ads1015. | ||
980 | |||
962 | config SENSORS_ADS7828 | 981 | config SENSORS_ADS7828 |
963 | tristate "Texas Instruments ADS7828" | 982 | tristate "Texas Instruments ADS7828" |
964 | depends on I2C | 983 | depends on I2C |
@@ -1215,40 +1234,6 @@ config SENSORS_ULTRA45 | |||
1215 | This driver provides support for the Ultra45 workstation environmental | 1234 | This driver provides support for the Ultra45 workstation environmental |
1216 | sensors. | 1235 | sensors. |
1217 | 1236 | ||
1218 | config SENSORS_LIS3_SPI | ||
1219 | tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)" | ||
1220 | depends on !ACPI && SPI_MASTER && INPUT | ||
1221 | select INPUT_POLLDEV | ||
1222 | default n | ||
1223 | help | ||
1224 | This driver provides support for the LIS3LV02Dx accelerometer connected | ||
1225 | via SPI. The accelerometer data is readable via | ||
1226 | /sys/devices/platform/lis3lv02d. | ||
1227 | |||
1228 | This driver also provides an absolute input class device, allowing | ||
1229 | the laptop to act as a pinball machine-esque joystick. | ||
1230 | |||
1231 | This driver can also be built as modules. If so, the core module | ||
1232 | will be called lis3lv02d and a specific module for the SPI transport | ||
1233 | is called lis3lv02d_spi. | ||
1234 | |||
1235 | config SENSORS_LIS3_I2C | ||
1236 | tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (I2C)" | ||
1237 | depends on I2C && INPUT | ||
1238 | select INPUT_POLLDEV | ||
1239 | default n | ||
1240 | help | ||
1241 | This driver provides support for the LIS3LV02Dx accelerometer connected | ||
1242 | via I2C. The accelerometer data is readable via | ||
1243 | /sys/devices/platform/lis3lv02d. | ||
1244 | |||
1245 | This driver also provides an absolute input class device, allowing | ||
1246 | the device to act as a pinball machine-esque joystick. | ||
1247 | |||
1248 | This driver can also be built as modules. If so, the core module | ||
1249 | will be called lis3lv02d and a specific module for the I2C transport | ||
1250 | is called lis3lv02d_i2c. | ||
1251 | |||
1252 | config SENSORS_APPLESMC | 1237 | config SENSORS_APPLESMC |
1253 | tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)" | 1238 | tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)" |
1254 | depends on INPUT && X86 | 1239 | depends on INPUT && X86 |
@@ -1296,36 +1281,6 @@ config SENSORS_ATK0110 | |||
1296 | This driver can also be built as a module. If so, the module | 1281 | This driver can also be built as a module. If so, the module |
1297 | will be called asus_atk0110. | 1282 | will be called asus_atk0110. |
1298 | 1283 | ||
1299 | config SENSORS_LIS3LV02D | ||
1300 | tristate "STMicroeletronics LIS3* three-axis digital accelerometer" | ||
1301 | depends on INPUT | ||
1302 | select INPUT_POLLDEV | ||
1303 | select NEW_LEDS | ||
1304 | select LEDS_CLASS | ||
1305 | default n | ||
1306 | help | ||
1307 | This driver provides support for the LIS3* accelerometers, such as the | ||
1308 | LIS3LV02DL or the LIS331DL. In particular, it can be found in a number | ||
1309 | of HP laptops, which have the "Mobile Data Protection System 3D" or | ||
1310 | "3D DriveGuard" feature. On such systems the driver should load | ||
1311 | automatically (via ACPI alias). The accelerometer might also be found | ||
1312 | in other systems, connected via SPI or I2C. The accelerometer data is | ||
1313 | readable via /sys/devices/platform/lis3lv02d. | ||
1314 | |||
1315 | This driver also provides an absolute input class device, allowing | ||
1316 | a laptop to act as a pinball machine-esque joystick. It provides also | ||
1317 | a misc device which can be used to detect free-fall. On HP laptops, | ||
1318 | if the led infrastructure is activated, support for a led indicating | ||
1319 | disk protection will be provided as hp::hddprotect. For more | ||
1320 | information on the feature, refer to Documentation/hwmon/lis3lv02d. | ||
1321 | |||
1322 | This driver can also be built as modules. If so, the core module | ||
1323 | will be called lis3lv02d and a specific module for HP laptops will be | ||
1324 | called hp_accel. | ||
1325 | |||
1326 | Say Y here if you have an applicable laptop and want to experience | ||
1327 | the awesome power of lis3lv02d. | ||
1328 | |||
1329 | endif # ACPI | 1284 | endif # ACPI |
1330 | 1285 | ||
1331 | endif # HWMON | 1286 | endif # HWMON |