summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-18 11:49:10 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-18 11:49:10 +0000
commitcd1737cbbd398083c8a47f17910626751f348d1a (patch)
treeb09f5290e9f04282636a1c31975dd1ad38c86fd4 /package/kernel
parentbf9b79b20073d8301fe15e8f5d5c7c8b282730e0 (diff)
fix a kconfig usage bug
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8027 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/usb.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk
index 636984a0b..573398e48 100644
--- a/package/kernel/modules/usb.mk
+++ b/package/kernel/modules/usb.mk
@@ -50,17 +50,14 @@ define KernelPackage/usb-uhci
$(call usbdep,)
TITLE:=Support for UHCI controllers
DESCRIPTION:=Kernel support for USB UHCI controllers
+ KCONFIG:=CONFIG_USB_UHCI_ALT CONFIG_USB_UHCI_HCD
endef
-
define KernelPackage/usb-uhci/2.4
FILES:=$(LINUX_DIR)/drivers/usb/host/uhci.o
- KCONFIG:=CONFIG_USB_UHCI_ALT
AUTOLOAD:=$(call AutoLoad,50,uhci)
endef
-
define KernelPackage/usb-uhci/2.6
FILES:=$(LINUX_DIR)/drivers/usb/host/uhci-hcd.ko
- KCONFIG:=CONFIG_USB_UHCI_HCD
AUTOLOAD:=$(call AutoLoad,50,uhci-hcd)
endef
$(eval $(call KernelPackage,usb-uhci))