aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r--drivers/misc/Kconfig10
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
140config 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
140config THINKPAD_ACPI_DOCK 150config 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