diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2015-10-25 16:49:29 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-10-26 04:39:07 -0400 |
commit | 05f216ddca08728fcb7b1eb3808159b81b48c124 (patch) | |
tree | fab80f8d9bf0d2fad80853bd02a9ec9e427c9c4b | |
parent | 8ad165e9228208b3ec21b5714c06c691b2236850 (diff) |
Input: e3x0-button - update Kconfig description
The driver is now used for the entire USRP e3xx series,
this commit fixes the description that will be displayed in
the menu accordingly.
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r-- | drivers/input/misc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index d1ef61c2decd..d6d16fa78281 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig | |||
@@ -94,11 +94,11 @@ config INPUT_BMA150 | |||
94 | module will be called bma150. | 94 | module will be called bma150. |
95 | 95 | ||
96 | config INPUT_E3X0_BUTTON | 96 | config INPUT_E3X0_BUTTON |
97 | tristate "NI Ettus Research USRP E3x0 Button support." | 97 | tristate "NI Ettus Research USRP E3xx Button support." |
98 | default n | 98 | default n |
99 | help | 99 | help |
100 | Say Y here to enable support for the NI Ettus Research | 100 | Say Y here to enable support for the NI Ettus Research |
101 | USRP E3x0 Button. | 101 | USRP E3xx Button. |
102 | 102 | ||
103 | To compile this driver as a module, choose M here: the | 103 | To compile this driver as a module, choose M here: the |
104 | module will be called e3x0_button. | 104 | module will be called e3x0_button. |