Message ID | 1445803567-8511-2-git-send-email-moritz.fischer@ettus.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Sun, Oct 25, 2015 at 01:06:07PM -0700, Moritz Fischer wrote: > 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> Applied, thank you. > --- > drivers/input/misc/Kconfig | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig > index 7ac277c7..a676c2c 100644 > --- a/drivers/input/misc/Kconfig > +++ b/drivers/input/misc/Kconfig > @@ -94,11 +94,11 @@ config INPUT_BMA150 > module will be called bma150. > > config INPUT_E3X0_BUTTON > - tristate "NI Ettus Research USRP E3x0 Button support." > + tristate "NI Ettus Research USRP E3xx Button support." > default n > help > Say Y here to enable support for the NI Ettus Research > - USRP E3x0 Button. > + USRP E3xx Button. > > To compile this driver as a module, choose M here: the > module will be called e3x0-button. > -- > 2.6.2 >
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 7ac277c7..a676c2c 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig @@ -94,11 +94,11 @@ config INPUT_BMA150 module will be called bma150. config INPUT_E3X0_BUTTON - tristate "NI Ettus Research USRP E3x0 Button support." + tristate "NI Ettus Research USRP E3xx Button support." default n help Say Y here to enable support for the NI Ettus Research - USRP E3x0 Button. + USRP E3xx Button. To compile this driver as a module, choose M here: the module will be called e3x0-button.
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> --- drivers/input/misc/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)