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