diff options
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index a853eb2dda73..3ba3a5221c41 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -617,6 +617,30 @@ config SENSORS_HDAPS | |||
617 | Say Y here if you have an applicable laptop and want to experience | 617 | Say Y here if you have an applicable laptop and want to experience |
618 | the awesome power of hdaps. | 618 | the awesome power of hdaps. |
619 | 619 | ||
620 | config SENSORS_APPLESMC | ||
621 | tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)" | ||
622 | depends on HWMON && INPUT && X86 | ||
623 | select NEW_LEDS | ||
624 | select LEDS_CLASS | ||
625 | default n | ||
626 | help | ||
627 | This driver provides support for the Apple System Management | ||
628 | Controller, which provides an accelerometer (Apple Sudden Motion | ||
629 | Sensor), light sensors, temperature sensors, keyboard backlight | ||
630 | control and fan control. | ||
631 | |||
632 | Only Intel-based Apple's computers are supported (MacBook Pro, | ||
633 | MacBook, MacMini). | ||
634 | |||
635 | Data from the different sensors, keyboard backlight control and fan | ||
636 | control are accessible via sysfs. | ||
637 | |||
638 | This driver also provides an absolute input class device, allowing | ||
639 | the laptop to act as a pinball machine-esque joystick. | ||
640 | |||
641 | Say Y here if you have an applicable laptop and want to experience | ||
642 | the awesome power of applesmc. | ||
643 | |||
620 | config HWMON_DEBUG_CHIP | 644 | config HWMON_DEBUG_CHIP |
621 | bool "Hardware Monitoring Chip debugging messages" | 645 | bool "Hardware Monitoring Chip debugging messages" |
622 | default n | 646 | default n |