aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index d73f5f473e38..eec7dca6b2f9 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -940,6 +940,7 @@ config SENSORS_HDAPS
940config SENSORS_LIS3LV02D 940config SENSORS_LIS3LV02D
941 tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer" 941 tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer"
942 depends on ACPI && INPUT 942 depends on ACPI && INPUT
943 select INPUT_POLLDEV
943 select NEW_LEDS 944 select NEW_LEDS
944 select LEDS_CLASS 945 select LEDS_CLASS
945 default n 946 default n
@@ -967,6 +968,7 @@ config SENSORS_LIS3LV02D
967config SENSORS_LIS3_SPI 968config SENSORS_LIS3_SPI
968 tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)" 969 tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)"
969 depends on !ACPI && SPI_MASTER && INPUT 970 depends on !ACPI && SPI_MASTER && INPUT
971 select INPUT_POLLDEV
970 default n 972 default n
971 help 973 help
972 This driver provides support for the LIS3LV02Dx accelerometer connected 974 This driver provides support for the LIS3LV02Dx accelerometer connected