diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-28 16:27:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-28 16:27:38 +0000 |
commit | 636cb2b0258aae5526aaf8064e062517dc20e48f (patch) | |
tree | 29e5e72902da8bd075e8b025d73d3a34597fc8df /target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch | |
parent | cea30742926710164f1b6617b928b54dc21dc714 (diff) | |
download | mtk-20170518-636cb2b0258aae5526aaf8064e062517dc20e48f.zip mtk-20170518-636cb2b0258aae5526aaf8064e062517dc20e48f.tar.gz mtk-20170518-636cb2b0258aae5526aaf8064e062517dc20e48f.tar.bz2 |
Small typo
SVN-Revision: 5917
Diffstat (limited to 'target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch')
-rw-r--r-- | target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch b/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch index aeb021a..52d7102 100644 --- a/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch +++ b/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch @@ -7,7 +7,7 @@ diff -urN linux-2.6.19/drivers/i2c/busses/Kconfig linux-2.6.19.new/drivers/i2c/b +config I2C_AU1X00GPIO + tristate "Au1x00 i2c using GPIO pins" -+ depends on I2C && MTX1 ++ depends on I2C && MIPS_MTX1 + help + If you say yest to this option, support will be included for the + Au1x00 GPIO interface. |