diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index efd3aa08b88b..9494400e8fd0 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -145,6 +145,7 @@ config ACER_WMI | |||
145 | depends on NEW_LEDS | 145 | depends on NEW_LEDS |
146 | depends on BACKLIGHT_CLASS_DEVICE | 146 | depends on BACKLIGHT_CLASS_DEVICE |
147 | depends on SERIO_I8042 | 147 | depends on SERIO_I8042 |
148 | depends on RFKILL | ||
148 | select ACPI_WMI | 149 | select ACPI_WMI |
149 | ---help--- | 150 | ---help--- |
150 | This is a driver for newer Acer (and Wistron) laptops. It adds | 151 | This is a driver for newer Acer (and Wistron) laptops. It adds |
@@ -245,6 +246,17 @@ config MSI_LAPTOP | |||
245 | 246 | ||
246 | 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. |
247 | 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 | |||
248 | config COMPAL_LAPTOP | 260 | config COMPAL_LAPTOP |
249 | tristate "Compal Laptop Extras" | 261 | tristate "Compal Laptop Extras" |
250 | depends on X86 | 262 | depends on X86 |