From 73cb36fd43cfc784346ce85d1f7d7825063ba5e5 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 28 May 2007 08:43:04 +0000 Subject: Fix the scx200 gpio kernel module (#1072) SVN-Revision: 7364 --- package/kernel/modules/i2c.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package') diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk index a0b121c334..31801a6b84 100644 --- a/package/kernel/modules/i2c.mk +++ b/package/kernel/modules/i2c.mk @@ -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)) -- cgit v1.2.3