OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 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)) |
||
22 | |||
23 | define KernelPackage/bcm63xx-udc |
||
24 | SUBMENU:=$(USB_MENU) |
||
25 | TITLE:=Broadcom BCM63xx UDC support |
||
26 | DEPENDS:=@TARGET_brcm63xx +kmod-usb-gadget |
||
27 | KCONFIG:=CONFIG_USB_BCM63XX_UDC |
||
28 | FILES:= \ |
||
29 | $(LINUX_DIR)/drivers/usb/gadget/udc/bcm63xx_udc.ko |
||
30 | AUTOLOAD:=$(call AutoLoad,51,bcm63xx_udc) |
||
31 | $(call AddDepends/usb) |
||
32 | endef |
||
33 | |||
34 | define KernelPackage/bcm63xx-udc/description |
||
35 | Kernel support for the USB gadget (device) controller on the BCM63xx SoC |
||
36 | endef |
||
37 | |||
38 | $(eval $(call KernelPackage,bcm63xx-udc)) |