diff options
author | Borislav Petkov <bp@suse.de> | 2014-02-03 15:23:40 +0100 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2014-04-06 12:58:15 -0400 |
commit | 48d8b96c7201b4bf9c7f58e932ea14aa7a01f161 (patch) | |
tree | 5e594df3c0cc46d35c0ae084413361ca33d2c1cd /drivers/platform | |
parent | a4d44ba1266a04cdfda4b2c4ee496d684a47f567 (diff) | |
download | linux-48d8b96c7201b4bf9c7f58e932ea14aa7a01f161.tar.bz2 |
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>
Diffstat (limited to 'drivers/platform')
-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 be called hp_accel. config HP_WIRELESS - tristate "HP WIRELESS" + tristate "HP wireless button" depends on ACPI depends on INPUT help |