aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2011-03-21 12:59:36 -0400
committerJean Delvare <khali@endymion.delvare>2011-03-21 12:59:36 -0400
commitff606677f6a47c63329cf8e6c7cf978c29f2d736 (patch)
tree565bcdaa1f5058af0a6fd2260b3c45029c955d08 /drivers/hwmon/Kconfig
parentefcfed9bad88be8193ee6a1b8e72d7381e7b0e0e (diff)
Move lis3lv02d drivers to drivers/misc
The lis3lv02d drivers aren't hardware monitoring drivers, so the don't belong to drivers/hwmon. Move them to drivers/misc, short of a better home. Signed-off-by: Jean Delvare <khali@linux-fr.org> Acked-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Eric Piel <eric.piel@tremplin-utc.net> Acked-by: Jonathan Cameron <jic23@cam.ac.uk> Tested-by: Eric Piel <eric.piel@tremplin-utc.net> Tested-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig40
1 files changed, 0 insertions, 40 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 3f8c895417de..47621abb9a05 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -2,12 +2,6 @@
2# Hardware monitoring chip drivers configuration 2# Hardware monitoring chip drivers configuration
3# 3#
4 4
5config SENSORS_LIS3LV02D
6 tristate
7 depends on INPUT
8 select INPUT_POLLDEV
9 default n
10
11menuconfig HWMON 5menuconfig HWMON
12 tristate "Hardware Monitoring support" 6 tristate "Hardware Monitoring support"
13 depends on HAS_IOMEM 7 depends on HAS_IOMEM
@@ -1221,40 +1215,6 @@ config SENSORS_ULTRA45
1221 This driver provides support for the Ultra45 workstation environmental 1215 This driver provides support for the Ultra45 workstation environmental
1222 sensors. 1216 sensors.
1223 1217
1224config SENSORS_LIS3_SPI
1225 tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)"
1226 depends on !ACPI && SPI_MASTER && INPUT
1227 select SENSORS_LIS3LV02D
1228 default n
1229 help
1230 This driver provides support for the LIS3LV02Dx accelerometer connected
1231 via SPI. The accelerometer data is readable via
1232 /sys/devices/platform/lis3lv02d.
1233
1234 This driver also provides an absolute input class device, allowing
1235 the laptop to act as a pinball machine-esque joystick.
1236
1237 This driver can also be built as modules. If so, the core module
1238 will be called lis3lv02d and a specific module for the SPI transport
1239 is called lis3lv02d_spi.
1240
1241config SENSORS_LIS3_I2C
1242 tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (I2C)"
1243 depends on I2C && INPUT
1244 select SENSORS_LIS3LV02D
1245 default n
1246 help
1247 This driver provides support for the LIS3LV02Dx accelerometer connected
1248 via I2C. The accelerometer data is readable via
1249 /sys/devices/platform/lis3lv02d.
1250
1251 This driver also provides an absolute input class device, allowing
1252 the device to act as a pinball machine-esque joystick.
1253
1254 This driver can also be built as modules. If so, the core module
1255 will be called lis3lv02d and a specific module for the I2C transport
1256 is called lis3lv02d_i2c.
1257
1258config SENSORS_APPLESMC 1218config SENSORS_APPLESMC
1259 tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)" 1219 tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
1260 depends on INPUT && X86 1220 depends on INPUT && X86