1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 13:53:08 +03:00

Fix the scx200 gpio kernel module (#1072)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7364 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-05-28 08:43:04 +00:00
parent 273f64375d
commit 7bf90bdd36

View File

@ -47,9 +47,9 @@ define KernelPackage/i2c-scx200
DEFAULT:=y if LINUX_2_6_X86_Soekris
DEPENDS:=kmod-i2c-core kmod-i2c-algos @LINUX_2_6_X86_Soekris
SUBMENU:=$(I2CMENU)
KCONFIG:=$(CONFIG_I2C_SCX200)
KCONFIG:=$(CONFIG_SCx200_I2C)
FILES:=$(LINUX_DIR)/drivers/i2c/busses/scx200_i2c.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/i2c/busses/i2c-isa.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,70,scx200_i2c)
AUTOLOAD:=$(call AutoLoad,70,i2c-isa scx200_i2c)
endef
$(eval $(call KernelPackage,i2c-scx200))