projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8700d0a
)
gpio: max7300: Fix trivial typo in Kconfig help text
author
Axel Lin
<axel.lin@ingics.com>
Sun, 19 May 2013 06:25:48 +0000
(14:25 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Thu, 30 May 2013 17:20:22 +0000
(19:20 +0200)
max7301 is controlled through SPI interface which means another driver.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index 573c449c49b9138a69f8aaf9a999e8a41898d2e1..d133dd85443e36b73e3c3b640c270b9e9ae14913 100644
(file)
--- 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 MAX730
1
I2C-based GPIO expander.
+ GPIO driver for Maxim MAX730
0
I2C-based GPIO expander.
config GPIO_MAX732X
tristate "MAX7319, MAX7320-7327 I2C Port Expanders"