diff options
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 6abb95919c38..0ed74d076a27 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -246,6 +246,17 @@ config MSI_LAPTOP | |||
246 | 246 | ||
247 | If you have an MSI S270 laptop, say Y or M here. | 247 | If you have an MSI S270 laptop, say Y or M here. |
248 | 248 | ||
249 | config PANASONIC_LAPTOP | ||
250 | tristate "Panasonic Laptop Extras" | ||
251 | depends on X86 && INPUT && ACPI | ||
252 | depends on BACKLIGHT_CLASS_DEVICE | ||
253 | ---help--- | ||
254 | This driver adds support for access to backlight control and hotkeys | ||
255 | on Panasonic Let's Note laptops. | ||
256 | |||
257 | If you have a Panasonic Let's note laptop (such as the R1(N variant), | ||
258 | R2, R3, R5, T2, W2 and Y2 series), say Y. | ||
259 | |||
249 | config COMPAL_LAPTOP | 260 | config COMPAL_LAPTOP |
250 | tristate "Compal Laptop Extras" | 261 | tristate "Compal Laptop Extras" |
251 | depends on X86 | 262 | depends on X86 |