Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1669080
| From | Jan Luebbe <jlu@pengutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] eeprom: fix Kconfig typo (swtich) |
| Date | 2017-06-19 15:50 +0200 |
| Message-ID | <tU5e2-3jx-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> --- drivers/misc/eeprom/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig index de58762097c4..d1c8cd5b33e2 100644 --- a/drivers/misc/eeprom/Kconfig +++ b/drivers/misc/eeprom/Kconfig @@ -101,11 +101,11 @@ config EEPROM_DIGSY_MTC_CFG If unsure, say N. config EEPROM_IDT_89HPESX - tristate "IDT 89HPESx PCIe-swtiches EEPROM / CSR support" + tristate "IDT 89HPESx PCIe-switches EEPROM / CSR support" depends on I2C && SYSFS help Enable this driver to get read/write access to EEPROM / CSRs - over IDT PCIe-swtich i2c-slave interface. + over IDT PCIe-switch i2c-slave interface. This driver can also be built as a module. If so, the module will be called idt_89hpesx. -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] eeprom: fix Kconfig typo (swtich) Jan Luebbe <jlu@pengutronix.de> - 2017-06-19 15:50 +0200 Re: [PATCH] eeprom: fix Kconfig typo (swtich) Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-19 16:00 +0200 Re: [PATCH] eeprom: fix Kconfig typo (swtich) Uwe Kleine-König <u.kleine-koenig@pengutronix.de> - 2017-06-19 20:50 +0200
csiph-web