]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/hwmon/Kconfig
Apple SMC driver (hardware monitoring and control)
[linux-beck.git] / drivers / hwmon / Kconfig
index 891ef6d0b1bf970d2a1fd2e6aad9fa43ba16df6d..25b72a491702622c54f3ce413ad8768ace0e30ae 100644 (file)
@@ -73,6 +73,17 @@ config SENSORS_ADM1026
          This driver can also be built as a module.  If so, the module
          will be called adm1026.
 
+config SENSORS_ADM1029
+       tristate "Analog Devices ADM1029"
+       depends on HWMON && I2C && EXPERIMENTAL
+       help
+         If you say yes here you get support for Analog Devices ADM1029
+         sensor chip.
+         Very rare chip, please let us know you use it.
+
+         This driver can also be built as a module.  If so, the module
+         will be called adm1029.
+
 config SENSORS_ADM1031
        tristate "Analog Devices ADM1031 and compatibles"
        depends on HWMON && I2C && EXPERIMENTAL
@@ -516,6 +527,7 @@ config SENSORS_W83792D
 config SENSORS_W83793
        tristate "Winbond W83793"
        depends on HWMON && I2C && EXPERIMENTAL
+       select HWMON_VID
        help
          If you say yes here you get support for the Winbond W83793
          hardware monitoring chip.
@@ -582,6 +594,30 @@ config SENSORS_HDAPS
          Say Y here if you have an applicable laptop and want to experience
          the awesome power of hdaps.
 
+config SENSORS_APPLESMC
+       tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)"
+       depends on HWMON && INPUT && X86
+       select NEW_LEDS
+       select LEDS_CLASS
+       default n
+       help
+         This driver provides support for the Apple System Management
+         Controller, which provides an accelerometer (Apple Sudden Motion
+         Sensor), light sensors, temperature sensors, keyboard backlight
+         control and fan control.
+
+         Only Intel-based Apple's computers are supported (MacBook Pro,
+         MacBook, MacMini).
+
+         Data from the different sensors, keyboard backlight control and fan
+         control are accessible via sysfs.
+
+         This driver also provides an absolute input class device, allowing
+         the laptop to act as a pinball machine-esque joystick.
+
+         Say Y here if you have an applicable laptop and want to experience
+         the awesome power of applesmc.
+
 config HWMON_DEBUG_CHIP
        bool "Hardware Monitoring Chip debugging messages"
        depends on HWMON