diff options
author | Borislav Petkov <bp@suse.de> | 2014-02-03 09:23:40 -0500 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2014-04-06 12:58:15 -0400 |
commit | 48d8b96c7201b4bf9c7f58e932ea14aa7a01f161 (patch) | |
tree | 5e594df3c0cc46d35c0ae084413361ca33d2c1cd | |
parent | a4d44ba1266a04cdfda4b2c4ee496d684a47f567 (diff) |
x86, platform: Make HP_WIRELESS option text more descriptive
... so that one can know what this option is about without opening the
long help text.
Cc: Matthew Garrett <matthew.garrett@nebula.com>
Cc: platform-driver-x86@vger.kernel.org
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
-rw-r--r-- | drivers/platform/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 826ed3af77cb..34e3025e25ba 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -196,7 +196,7 @@ config HP_ACCEL | |||
196 | be called hp_accel. | 196 | be called hp_accel. |
197 | 197 | ||
198 | config HP_WIRELESS | 198 | config HP_WIRELESS |
199 | tristate "HP WIRELESS" | 199 | tristate "HP wireless button" |
200 | depends on ACPI | 200 | depends on ACPI |
201 | depends on INPUT | 201 | depends on INPUT |
202 | help | 202 | help |