dynamically enable/disable kernel config options for kmod packages based on build...
[lede-git/.git] / package / kernel / modules / i2c.mk
index 31801a6b844b0965e494a4e2a34c0f508de06ede..401a7f6bba6a69e125d7055ef5d4017ff277d9e0 100644 (file)
@@ -12,7 +12,7 @@ define KernelPackage/i2c-core
   TITLE:=I2C support
   DESCRIPTION:=Kernel modules for i2c support
   SUBMENU:=$(I2CMENU)
-  KCONFIG:=$(CONFIG_I2C)
+  KCONFIG:=CONFIG_I2C
   FILES:=$(LINUX_DIR)/drivers/i2c/*.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,50,i2c-core i2c-dev)
 endef
@@ -23,7 +23,7 @@ define KernelPackage/i2c-algos
   DESCRIPTION:=Kernel modules for various i2c algorithms
   DEPENDS:=kmod-i2c-core
   SUBMENU:=$(I2CMENU)
-  KCONFIG:=$(CONFIG_I2C_ALGOBIT)
+  KCONFIG:=CONFIG_I2C_ALGOBIT
   FILES:=$(LINUX_DIR)/drivers/i2c/algos/*.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,60,i2c-algo-bit i2c-algo-pcf i2c-algo-pca)
 endef
@@ -35,7 +35,7 @@ define KernelPackage/i2c-au1x00gpio
   DEFAULT:=y if LINUX_2_6_AU1000
   DEPENDS:=kmod-i2c-core kmod-i2c-algos @LINUX_2_6_AU1000
   SUBMENU:=$(I2CMENU)
-  KCONFIG:=$(CONFIG_I2C_AU1X00GPIO)
+  KCONFIG:=CONFIG_I2C_AU1X00GPIO
   FILES:=$(LINUX_DIR)/drivers/i2c/busses/i2c-au1x00gpio.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call Autoload,70,i2c-au1x00gpio)
 endef
@@ -47,7 +47,7 @@ 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_SCx200_I2C)
+  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,i2c-isa scx200_i2c)