diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-01 15:13:56 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-01 15:13:56 +0000 |
commit | a8ff5ca37edeb8ffc5cfcd815ec9a625a93524b5 (patch) | |
tree | acde86645b89e9a7184589307c2cab0d7a7e3f5d | |
parent | 6667769d8f29e49a488b1cf2c34b4349658fb67d (diff) | |
download | upstream-a8ff5ca37edeb8ffc5cfcd815ec9a625a93524b5.tar.gz upstream-a8ff5ca37edeb8ffc5cfcd815ec9a625a93524b5.tar.bz2 upstream-a8ff5ca37edeb8ffc5cfcd815ec9a625a93524b5.zip |
Remove buggy i2c-gpio driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8305 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/kernel/modules/i2c.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk index d571219a52..441e0fff1e 100644 --- a/package/kernel/modules/i2c.mk +++ b/package/kernel/modules/i2c.mk @@ -30,18 +30,6 @@ define KernelPackage/i2c-algos endef $(eval $(call KernelPackage,i2c-algos)) -define KernelPackage/i2c-au1x00gpio - TITLE:=I2C GPIO interface for Au1x00 devices - DESCRIPTION:=I2C GPIO interface for Au1x00 devices - DEFAULT:=y if LINUX_2_6_AU1000 - DEPENDS:=kmod-i2c-core kmod-i2c-algos @LINUX_2_6_AU1000 - SUBMENU:=$(I2CMENU) - KCONFIG:=CONFIG_I2C_AU1X00GPIO - FILES:=$(LINUX_DIR)/drivers/i2c/busses/i2c-au1x00gpio.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call Autoload,70,i2c-au1x00gpio) -endef -$(eval $(call KernelPackage,i2c-au1x00gpio)) - define KernelPackage/i2c-scx200 TITLE:=SCX200 i2c support DESCRIPTION:=Kernel module for SCX200 i2c bus |