From 077377a294aa659cd11c6ba52d05382de9d0b0e0 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 10 Apr 2011 10:28:30 +0000 Subject: [PATCH] kernel: do not build gpiolib into the kernel fix for r26570. SVN-Revision: 26574 --- package/kernel/modules/other.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index d05c1c6f08..6c35690d04 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -183,7 +183,7 @@ define KernelPackage/gpio-cs5535 SUBMENU:=$(OTHER_MENU) TITLE:=AMD CS5535/CS5536 GPIO driver DEPENDS:=@TARGET_x86 @LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_35||LINUX_2_6_36||LINUX_2_6_37 - KCONFIG:=CONFIG_CS5535_GPIO CONFIG_GPIOLIB=y + KCONFIG:=CONFIG_CS5535_GPIO FILES:=$(LINUX_DIR)/drivers/char/cs5535_gpio.ko AUTOLOAD:=$(call AutoLoad,50,cs5535_gpio) endef @@ -199,7 +199,7 @@ define KernelPackage/gpio-cs5535-new SUBMENU:=$(OTHER_MENU) TITLE:=AMD CS5535/CS5536 GPIO driver with improved sysfs support DEPENDS:=@TARGET_x86 @!(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32) - KCONFIG:=CONFIG_GPIO_CS5535 CONFIG_GPIOLIB=y + KCONFIG:=CONFIG_GPIO_CS5535 FILES:=$(LINUX_DIR)/drivers/gpio/cs5535-gpio.ko AUTOLOAD:=$(call AutoLoad,50,cs5535-gpio) endef -- 2.30.2