diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 7fce0da86548..0551d95a749a 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -185,11 +185,22 @@ config FUJITSU_LAPTOP | |||
185 | 185 | ||
186 | * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks | 186 | * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks |
187 | * Possibly other Fujitsu laptop models | 187 | * Possibly other Fujitsu laptop models |
188 | * Tested with S6410 and S7020 | ||
188 | 189 | ||
189 | It adds support for LCD brightness control. | 190 | It adds support for LCD brightness control and some hotkeys. |
190 | 191 | ||
191 | If you have a Fujitsu laptop, say Y or M here. | 192 | If you have a Fujitsu laptop, say Y or M here. |
192 | 193 | ||
194 | config FUJITSU_LAPTOP_DEBUG | ||
195 | bool "Verbose debug mode for Fujitsu Laptop Extras" | ||
196 | depends on FUJITSU_LAPTOP | ||
197 | default n | ||
198 | ---help--- | ||
199 | Enables extra debug output from the fujitsu extras driver, at the | ||
200 | expense of a slight increase in driver size. | ||
201 | |||
202 | If you are not sure, say N here. | ||
203 | |||
193 | config TC1100_WMI | 204 | config TC1100_WMI |
194 | tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)" | 205 | tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)" |
195 | depends on X86 && !X86_64 | 206 | depends on X86 && !X86_64 |