[mac80211]: add support for the wl18xx, split wlcore from wl12xx
[openwrt.git] / target / linux / cns21xx / modules.mk
1 #
2 # Copyright (C) 2103 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define KernelPackage/usb2-cns21xx
9   TITLE:=Support for the built-in EHCI controller of the CNS21xx SoCs
10   DEPENDS:=@TARGET_cns21xx +kmod-usb2
11   KCONFIG:=CONFIG_USB_EHCI_CNS21XX
12   FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-cns21xx.ko
13   AUTOLOAD:=$(call AutoLoad,41,ehci-cns21xx,1)
14   $(call AddDepends/usb)
15 endef
16
17 define KernelPackage/usb2-cns21xx/description
18  Kernel support for the built-in EHCI controller of the CNS21xx SoCs.
19 endef
20
21 $(eval $(call KernelPackage,usb2-cns21xx))
22
23