diff options
author | Len Brown <len.brown@intel.com> | 2007-10-10 06:28:17 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-10-10 06:28:17 +0200 |
commit | 194e3d174043f5ab22649a5cb38a1c05d015750f (patch) | |
tree | 3402cae2996ced399c06a63eef65cd6d00afa00e /drivers/misc/Kconfig | |
parent | Pull thinkpad into release branch (diff) | |
parent | fujitsu-laptop: create Fujitsu laptop platform specific driver (diff) | |
download | linux-194e3d174043f5ab22649a5cb38a1c05d015750f.tar.xz linux-194e3d174043f5ab22649a5cb38a1c05d015750f.zip |
Pull fujitsu-v3 into release branch
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 7b580c3152de..e0a1ff927a5b 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -111,6 +111,21 @@ config ASUS_LAPTOP If you have an ACPI-compatible ASUS laptop, say Y or M here. +config FUJITSU_LAPTOP + tristate "Fujitsu Laptop Extras" + depends on X86 + depends on ACPI + depends on BACKLIGHT_CLASS_DEVICE + ---help--- + This is a driver for laptops built by Fujitsu: + + * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks + * Possibly other Fujitsu laptop models + + It adds support for LCD brightness control. + + If you have a Fujitsu laptop, say Y or M here. + config MSI_LAPTOP tristate "MSI Laptop Extras" depends on X86 |