ramips: make rt3883 usb work properly
[openwrt.git] / target / linux / brcm63xx / modules.mk
1 #
2 # Copyright (C) 2010 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/pcmcia-bcm63xx
9   SUBMENU:=$(PCMCIA_MENU)
10   TITLE:=Broadcom BCM63xx PCMCIA support
11   DEPENDS:=@TARGET_brcm63xx +kmod-pcmcia-rsrc
12   KCONFIG:=CONFIG_PCMCIA_BCM63XX
13   FILES:=$(LINUX_DIR)/drivers/pcmcia/bcm63xx_pcmcia.ko
14   AUTOLOAD:=$(call AutoLoad,41,bcm63xx_pcmcia)
15 endef
16
17 define KernelPackage/pcmcia-bcm63xx/description
18   Kernel support for PCMCIA/CardBus controller on the BCM63xx SoC
19 endef
20
21 $(eval $(call KernelPackage,pcmcia-bcm63xx))