aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-09-23 11:46:57 -0400
committerLen Brown <len.brown@intel.com>2008-09-24 04:09:00 -0400
commit709ee531c153038d81b30649b9eeed3c44a4d5cc (patch)
treef1202abe42a374543d19a159a741d14b77d51ce7 /drivers/misc/Kconfig
parent72d31053f62c4bc464c2783974926969614a8649 (diff)
panasonic-laptop: add Panasonic Let's Note laptop extras driver v0.94
This is a driver for ACPI extras such as hotkeys and backlight brightness control on various Panasonic "Let's Note" series laptop computers. It exports the backlight via the backlight class device API, and the hotkeys as input event device. Some more esoteric items like number of installed batteries are exported via sysfs device attributes. Hotkey events also generate old-style ACPI enents through /proc/acpi/event to interoperate with current versions of acpid. Signed-off-by: Harald Welte <laforge@gnumonks.org> Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Acked-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index a726f3b01a6b..4ed83575393c 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -245,6 +245,17 @@ config MSI_LAPTOP
245 245
246 If you have an MSI S270 laptop, say Y or M here. 246 If you have an MSI S270 laptop, say Y or M here.
247 247
248config PANASONIC_LAPTOP
249 tristate "Panasonic Laptop Extras"
250 depends on X86 && INPUT
251 depends on BACKLIGHT_CLASS_DEVICE
252 ---help---
253 This driver adds support for access to backlight control and hotkeys
254 on Panasonic Let's Note laptops.
255
256 If you have a Panasonic Let's note laptop (such as the R1(N variant),
257 R2, R3, R5, T2, W2 and Y2 series), say Y.
258
248config COMPAL_LAPTOP 259config COMPAL_LAPTOP
249 tristate "Compal Laptop Extras" 260 tristate "Compal Laptop Extras"
250 depends on X86 261 depends on X86