diff options
author | Len Brown <len.brown@intel.com> | 2007-10-10 00:28:17 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-10-10 00:28:17 -0400 |
commit | 194e3d174043f5ab22649a5cb38a1c05d015750f (patch) | |
tree | 3402cae2996ced399c06a63eef65cd6d00afa00e /drivers/misc/Kconfig | |
parent | bf0a40b77ab1ce13fb6fa3bf7c8e413bac02873a (diff) | |
parent | d0482533c73a8685f7ce0951a10280cfd58b8825 (diff) |
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 | |||
111 | 111 | ||
112 | If you have an ACPI-compatible ASUS laptop, say Y or M here. | 112 | If you have an ACPI-compatible ASUS laptop, say Y or M here. |
113 | 113 | ||
114 | config FUJITSU_LAPTOP | ||
115 | tristate "Fujitsu Laptop Extras" | ||
116 | depends on X86 | ||
117 | depends on ACPI | ||
118 | depends on BACKLIGHT_CLASS_DEVICE | ||
119 | ---help--- | ||
120 | This is a driver for laptops built by Fujitsu: | ||
121 | |||
122 | * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks | ||
123 | * Possibly other Fujitsu laptop models | ||
124 | |||
125 | It adds support for LCD brightness control. | ||
126 | |||
127 | If you have a Fujitsu laptop, say Y or M here. | ||
128 | |||
114 | config MSI_LAPTOP | 129 | config MSI_LAPTOP |
115 | tristate "MSI Laptop Extras" | 130 | tristate "MSI Laptop Extras" |
116 | depends on X86 | 131 | depends on X86 |