diff mbox

[2/2] x86, platform: Make HP_WIRELESS option text more descriptive

Message ID 1400570311-4189-3-git-send-email-alex.hung@canonical.com
State New
Headers show

Commit Message

Alex Hung May 20, 2014, 7:18 a.m. UTC
From: Borislav Petkov <bp@suse.de>

... 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>
(cherry picked from commit 48d8b96c7201b4bf9c7f58e932ea14aa7a01f161)

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 drivers/platform/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index aee5f72..1d9c4b7 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -198,7 +198,7 @@  config HP_ACCEL
 	  be called hp_accel.
 
 config HP_WIRELESS
-	tristate "HP WIRELESS"
+	tristate "HP wireless button"
 	depends on ACPI
 	depends on INPUT
 	help