From: Axel Lin Date: Sun, 19 May 2013 06:25:48 +0000 (+0800) Subject: gpio: max7300: Fix trivial typo in Kconfig help text X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2b861f4b2b4787772b4f508c8cdfa492a01a60db;p=linux-beck.git gpio: max7300: Fix trivial typo in Kconfig help text max7301 is controlled through SPI interface which means another driver. Signed-off-by: Axel Lin Acked-by: Wolfram Sang Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 573c449c49b9..d133dd85443e 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -330,7 +330,7 @@ config GPIO_MAX7300 depends on I2C select GPIO_MAX730X help - GPIO driver for Maxim MAX7301 I2C-based GPIO expander. + GPIO driver for Maxim MAX7300 I2C-based GPIO expander. config GPIO_MAX732X tristate "MAX7319, MAX7320-7327 I2C Port Expanders"