diff options
author | Len Brown <len.brown@intel.com> | 2008-10-22 23:36:06 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-22 23:36:06 -0400 |
commit | f1e6d3173ece6d60b4d5aeacd3b91a33ff8ec9d3 (patch) | |
tree | c539d771742a89865aa27edfc7a2f5da8f45796c /drivers/misc/Kconfig | |
parent | 1b79b27da172d6c868746135feeb71de4ddd0646 (diff) | |
parent | 7ba427c2363d91d4221843a9ae601f90f8d928b9 (diff) | |
download | kernel-crypto-f1e6d3173ece6d60b4d5aeacd3b91a33ff8ec9d3.tar.gz kernel-crypto-f1e6d3173ece6d60b4d5aeacd3b91a33ff8ec9d3.tar.xz kernel-crypto-f1e6d3173ece6d60b4d5aeacd3b91a33ff8ec9d3.zip |
Merge branch 'panasonic' into test
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 6abb95919c3..0ed74d076a2 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -246,6 +246,17 @@ config MSI_LAPTOP If you have an MSI S270 laptop, say Y or M here. +config PANASONIC_LAPTOP + tristate "Panasonic Laptop Extras" + depends on X86 && INPUT && ACPI + depends on BACKLIGHT_CLASS_DEVICE + ---help--- + This driver adds support for access to backlight control and hotkeys + on Panasonic Let's Note laptops. + + If you have a Panasonic Let's note laptop (such as the R1(N variant), + R2, R3, R5, T2, W2 and Y2 series), say Y. + config COMPAL_LAPTOP tristate "Compal Laptop Extras" depends on X86 |