diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 2cd96a3dff54..44e4c8fb7a74 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -137,6 +137,16 @@ config THINKPAD_ACPI | |||
137 | 137 | ||
138 | If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. | 138 | If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. |
139 | 139 | ||
140 | config THINKPAD_ACPI_DEBUG | ||
141 | bool "Verbose debug mode" | ||
142 | depends on THINKPAD_ACPI | ||
143 | default n | ||
144 | ---help--- | ||
145 | Enables extra debugging information, at the expense of a slightly | ||
146 | increase in driver size. | ||
147 | |||
148 | If you are not sure, say N here. | ||
149 | |||
140 | config THINKPAD_ACPI_DOCK | 150 | config THINKPAD_ACPI_DOCK |
141 | bool "Legacy Docking Station Support" | 151 | bool "Legacy Docking Station Support" |
142 | depends on THINKPAD_ACPI | 152 | depends on THINKPAD_ACPI |