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 6d105a1d41b1..25b72a491702 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -594,6 +594,30 @@ config SENSORS_HDAPS | |||
594 | Say Y here if you have an applicable laptop and want to experience | 594 | Say Y here if you have an applicable laptop and want to experience |
595 | the awesome power of hdaps. | 595 | the awesome power of hdaps. |
596 | 596 | ||
597 | config SENSORS_APPLESMC | ||
598 | tristate "Apple SMC (Motion sensor, light sensor, keyboard backlight)" | ||
599 | depends on HWMON && INPUT && X86 | ||
600 | select NEW_LEDS | ||
601 | select LEDS_CLASS | ||
602 | default n | ||
603 | help | ||
604 | This driver provides support for the Apple System Management | ||
605 | Controller, which provides an accelerometer (Apple Sudden Motion | ||
606 | Sensor), light sensors, temperature sensors, keyboard backlight | ||
607 | control and fan control. | ||
608 | |||
609 | Only Intel-based Apple's computers are supported (MacBook Pro, | ||
610 | MacBook, MacMini). | ||
611 | |||
612 | Data from the different sensors, keyboard backlight control and fan | ||
613 | control are accessible via sysfs. | ||
614 | |||
615 | This driver also provides an absolute input class device, allowing | ||
616 | the laptop to act as a pinball machine-esque joystick. | ||
617 | |||
618 | Say Y here if you have an applicable laptop and want to experience | ||
619 | the awesome power of applesmc. | ||
620 | |||
597 | config HWMON_DEBUG_CHIP | 621 | config HWMON_DEBUG_CHIP |
598 | bool "Hardware Monitoring Chip debugging messages" | 622 | bool "Hardware Monitoring Chip debugging messages" |
599 | depends on HWMON | 623 | depends on HWMON |