diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 636af2862308..7fce0da86548 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -219,6 +219,23 @@ config MSI_LAPTOP | |||
219 | 219 | ||
220 | If you have an MSI S270 laptop, say Y or M here. | 220 | If you have an MSI S270 laptop, say Y or M here. |
221 | 221 | ||
222 | config COMPAL_LAPTOP | ||
223 | tristate "Compal Laptop Extras" | ||
224 | depends on X86 | ||
225 | depends on ACPI_EC | ||
226 | depends on BACKLIGHT_CLASS_DEVICE | ||
227 | ---help--- | ||
228 | This is a driver for laptops built by Compal: | ||
229 | |||
230 | Compal FL90/IFL90 | ||
231 | Compal FL91/IFL91 | ||
232 | Compal FL92/JFL92 | ||
233 | Compal FT00/IFT00 | ||
234 | |||
235 | It adds support for Bluetooth, WLAN and LCD brightness control. | ||
236 | |||
237 | If you have an Compal FL9x/IFL9x/FT00 laptop, say Y or M here. | ||
238 | |||
222 | config SONY_LAPTOP | 239 | config SONY_LAPTOP |
223 | tristate "Sony Laptop Extras" | 240 | tristate "Sony Laptop Extras" |
224 | depends on X86 && ACPI | 241 | depends on X86 && ACPI |