summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-29 17:21:08 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-04-29 17:21:08 +0000
commit322372e27c3d843016d3924b759ad1d5f0deecf5 (patch)
tree37fdde5ee5cbcf3ff0b333277ac58929b94b39d5 /package/kernel
parent1beb5b56913ba4e87eefa2cd938938956cd5e9fc (diff)
[package] kernel/modules: make use the new GPIO_SUPPORT option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10980 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/i2c.mk2
-rw-r--r--package/kernel/modules/other.mk6
2 files changed, 4 insertions, 4 deletions
diff --git a/package/kernel/modules/i2c.mk b/package/kernel/modules/i2c.mk
index 687fa9fb2..eaf3667a4 100644
--- a/package/kernel/modules/i2c.mk
+++ b/package/kernel/modules/i2c.mk
@@ -79,7 +79,7 @@ $(eval $(call KernelPackage,i2c-algo-pcf))
define KernelPackage/i2c-gpio
SUBMENU:=$(I2C_MENU)
TITLE:=GPIO-based bitbanging I2C
- DEPENDS:=kmod-i2c-core +kmod-i2c-algo-bit
+ DEPENDS:=@GPIO_SUPPORT kmod-i2c-core +kmod-i2c-algo-bit
KCONFIG:=CONFIG_I2C_GPIO
FILES:=$(LINUX_DIR)/drivers/i2c/busses/i2c-gpio.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,59,i2c-gpio)
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 11ef57219..bf674644d 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -294,7 +294,7 @@ $(eval $(call KernelPackage,softdog))
define KernelPackage/leds-gpio
SUBMENU:=$(OTHER_MENU)
TITLE:=GPIO LED support
- DEPENDS:=@TARGET_adm5120
+ DEPENDS:= @GPIO_SUPPORT
KCONFIG:=CONFIG_LEDS_GPIO
FILES:=$(LINUX_DIR)/drivers/leds/leds-gpio.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,leds-gpio)
@@ -533,7 +533,7 @@ $(eval $(call KernelPackage,input-polldev))
define KernelPackage/input-gpio-buttons
SUBMENU:=$(OTHER_MENU)
TITLE:=Polled GPIO buttons input device
- DEPENDS:=+kmod-input-polldev @LINUX_2_6
+ DEPENDS:=@GPIO_SUPPORT +kmod-input-polldev
KCONFIG:= \
CONFIG_INPUT_GPIO_BUTTONS \
CONFIG_INPUT_MISC=y
@@ -611,7 +611,7 @@ $(eval $(call KernelPackage,spi-bitbang))
define KernelPackage/spi-gpio
SUBMENU:=$(OTHER_MENU)
TITLE:=GPIO based bitbanging SPI controller
- DEPENDS:=@LINUX_2_6 +kmod-spi-bitbang
+ DEPENDS:=@GPIO_SUPPORT +kmod-spi-bitbang
KCONFIG:=CONFIG_SPI_GPIO
FILES:=$(LINUX_DIR)/drivers/spi/spi_gpio.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,92,spi_gpio)