Package bcm63xx-pcmcia kernel module and fix compilation

SVN-Revision: 13212
This commit is contained in:
Florian Fainelli
2008-11-15 11:26:23 +00:00
parent 9bbc37d26b
commit cb126cd576
2 changed files with 16 additions and 1 deletions

View File

@@ -140,6 +140,20 @@ endef
$(eval $(call KernelPackage,pcmcia-core))
define KernelPackage/pcmcia-bcm63xx
SUBMENU:=$(OTHER_MENU)
TITLE:=Broadcom BCM63xx PCMCIA support
DEPENDS:=kmod-pcmcia-core @TARGET_brcm63xx
KCONFIG:=CONFIG_PCMCIA_BCM63XX
FILES:=$(LINUX_DIR)/drivers/pcmcia/bcm63xx_pcmcia.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,41,bcm63xx_pcmcia)
endef
define KernelPackage/pcmcia-bcm63xx/description
Kernel support for PCMCIA/CardBus controller on the BCM63xx SoC
endef
$(eval $(call KernelPackage,pcmcia-bcm63xx))
define KernelPackage/pcmcia-serial
SUBMENU:=$(OTHER_MENU)