diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-04-29 17:18:21 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-04-29 17:18:21 +0000 |
commit | 363c6e196ad7c6c78534d040f9d0cc5eff4351e5 (patch) | |
tree | 7a20fb815223ba6aa9723409a89510d45d559e8a /target/linux/adm5120/patches | |
parent | b54ef5ac71189aadf8539b058ad85eba0727431c (diff) | |
download | upstream-363c6e196ad7c6c78534d040f9d0cc5eff4351e5.tar.gz upstream-363c6e196ad7c6c78534d040f9d0cc5eff4351e5.tar.bz2 upstream-363c6e196ad7c6c78534d040f9d0cc5eff4351e5.zip |
remove the i2c-gpio-custom driver from adm5120, and make it available on all platforms
SVN-Revision: 10979
Diffstat (limited to 'target/linux/adm5120/patches')
-rw-r--r-- | target/linux/adm5120/patches/300-i2c_gpio_custom.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/target/linux/adm5120/patches/300-i2c_gpio_custom.patch b/target/linux/adm5120/patches/300-i2c_gpio_custom.patch deleted file mode 100644 index f7f8997d68..0000000000 --- a/target/linux/adm5120/patches/300-i2c_gpio_custom.patch +++ /dev/null @@ -1,34 +0,0 @@ -Index: linux-2.6.24.2/drivers/i2c/busses/Kconfig -=================================================================== ---- linux-2.6.24.2.orig/drivers/i2c/busses/Kconfig -+++ linux-2.6.24.2/drivers/i2c/busses/Kconfig -@@ -146,6 +146,17 @@ config I2C_GPIO - This is a very simple bitbanging I2C driver utilizing the - arch-neutral GPIO API to control the SCL and SDA lines. - -+config I2C_GPIO_CUSTOM -+ tristate "Custom GPIO-based I2C driver" -+ depends on GENERIC_GPIO -+ select I2C_GPIO -+ help -+ This is an I2C driver to register 1 to 4 custom I2C buses using -+ GPIO lines. -+ -+ This support is also available as a module. If so, the module -+ will be called i2c-gpio-custom. -+ - config I2C_HYDRA - tristate "CHRP Apple Hydra Mac I/O I2C interface" - depends on PCI && PPC_CHRP && EXPERIMENTAL -Index: linux-2.6.24.2/drivers/i2c/busses/Makefile -=================================================================== ---- linux-2.6.24.2.orig/drivers/i2c/busses/Makefile -+++ linux-2.6.24.2/drivers/i2c/busses/Makefile -@@ -14,6 +14,7 @@ obj-$(CONFIG_I2C_BLACKFIN_TWI) += i2c-bf - obj-$(CONFIG_I2C_DAVINCI) += i2c-davinci.o - obj-$(CONFIG_I2C_ELEKTOR) += i2c-elektor.o - obj-$(CONFIG_I2C_GPIO) += i2c-gpio.o -+obj-$(CONFIG_I2C_GPIO_CUSTOM) += i2c-gpio-custom.o - obj-$(CONFIG_I2C_HYDRA) += i2c-hydra.o - obj-$(CONFIG_I2C_I801) += i2c-i801.o - obj-$(CONFIG_I2C_I810) += i2c-i810.o |