diff options
author | Andy Boyett <agb@openwrt.org> | 2009-01-08 07:04:03 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-01-08 07:04:03 +0000 |
commit | 43fe08b4d264b549a2a847d5ca85d48d7c74b60c (patch) | |
tree | e077cacfbafdd97528fcd8f4517433fcd7df728e | |
parent | 704402ab56cc5a6cc971418ed75bd416d6ca85e1 (diff) | |
download | upstream-43fe08b4d264b549a2a847d5ca85d48d7c74b60c.tar.gz upstream-43fe08b4d264b549a2a847d5ca85d48d7c74b60c.tar.bz2 upstream-43fe08b4d264b549a2a847d5ca85d48d7c74b60c.zip |
kernel: build cs5535-gpio on olpc also
SVN-Revision: 13933
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index f141a3109f..3bbf3a37d2 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -725,7 +725,7 @@ $(eval $(call KernelPackage,spi-dev)) define KernelPackage/cs5535-gpio SUBMENU:=$(OTHER_MENU) TITLE:=AMD CS5535/CS5536 GPIO driver - DEPENDS:=@LINUX_2_6 @TARGET_x86 + DEPENDS:=@TARGET_x86||@TARGET_olpc KCONFIG:=CONFIG_CS5535_GPIO FILES:=$(LINUX_DIR)/drivers/char/cs5535_gpio.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,90,cs5535_gpio) |