summaryrefslogtreecommitdiff
path: root/package/kernel/modules/i2c.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-11-03 15:16:50 +0000
committerJohn Crispin <john@openwrt.org>2011-11-03 15:16:50 +0000
commitf78a0b80cca60d58929cd8639a5aa24cac6ebd70 (patch)
tree41cc945a4b92238b4084ef629a784e84caca2232 /package/kernel/modules/i2c.mk
parent4263d93da056f19444fdd07acdea3a0c4b1e2c1c (diff)
downloadmtk-20170518-f78a0b80cca60d58929cd8639a5aa24cac6ebd70.zip
mtk-20170518-f78a0b80cca60d58929cd8639a5aa24cac6ebd70.tar.gz
mtk-20170518-f78a0b80cca60d58929cd8639a5aa24cac6ebd70.tar.bz2
modules: fixes ko files that were renamed in 3.1
SVN-Revision: 28724
Diffstat (limited to 'package/kernel/modules/i2c.mk')
-rw-r--r--package/kernel/modules/i2c.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk
index eb3ac83..0d525cc 100644
--- a/package/kernel/modules/i2c.mk
+++ b/package/kernel/modules/i2c.mk
@@ -293,8 +293,13 @@ endef
$(eval $(call KernelPackage,i2c-mux-pca9541))
+ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.1.0)),1)
+GPIO_PCA953X_MODULES:= \
+ CONFIG_GPIO_PCA953X:drivers/gpio/gpio-pca953x
+else
GPIO_PCA953X_MODULES:= \
CONFIG_GPIO_PCA953X:drivers/gpio/pca953x
+endif
define KernelPackage/pca953x
$(call i2c_defaults,$(GPIO_PCA953X_MODULES),51)
@@ -308,8 +313,13 @@ endef
$(eval $(call KernelPackage,pca953x))
+ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.1.0)),1)
+GPIO_PCF857X_MODULES:= \
+ CONFIG_GPIO_PCF857X:drivers/gpio/gpio-pcf857x
+else
GPIO_PCF857X_MODULES:= \
CONFIG_GPIO_PCF857X:drivers/gpio/pcf857x
+endif
define KernelPackage/pcf857x
$(call i2c_defaults,$(GPIO_PCF857X_MODULES),51)