diff options
author | Simon Sandström <simon@nikanor.nu> | 2019-05-24 22:30:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-30 14:02:52 -0700 |
commit | 1d14a95b5839cfd3b50687b6c309d8c1986bf643 (patch) | |
tree | c45d71e07447715d9d9a302de2365ce51a700774 | |
parent | dafb1c3a08653235ad63e396c9fa004178389453 (diff) | |
download | linux-stable-1d14a95b5839cfd3b50687b6c309d8c1986bf643.tar.gz linux-stable-1d14a95b5839cfd3b50687b6c309d8c1986bf643.tar.bz2 linux-stable-1d14a95b5839cfd3b50687b6c309d8c1986bf643.zip |
staging: kpc2000: fix typo in Kconfig
Fixes two minor typos in kpc2000's Kconfig: s/Kaktronics/Daktronics
Signed-off-by: Simon Sandström <simon@nikanor.nu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/kpc2000/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/kpc2000/Kconfig b/drivers/staging/kpc2000/Kconfig index fb5922928f47..c463d232f2b4 100644 --- a/drivers/staging/kpc2000/Kconfig +++ b/drivers/staging/kpc2000/Kconfig @@ -21,7 +21,7 @@ config KPC2000_CORE If unsure, say N. config KPC2000_SPI - tristate "Kaktronics KPC SPI device" + tristate "Daktronics KPC SPI device" depends on KPC2000 && SPI help Say Y here if you wish to support the Daktronics KPC PCI @@ -33,7 +33,7 @@ config KPC2000_SPI If unsure, say N. config KPC2000_I2C - tristate "Kaktronics KPC I2C device" + tristate "Daktronics KPC I2C device" depends on KPC2000 && I2C help Say Y here if you wish to support the Daktronics KPC PCI |