kernel: add support for PD6729 PCMCIA bridge
New package kmod-pcmcia-pd6729 to support Cirrus Logic PD6729 PCI-to-PCMCIA bridge. Signen-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
This commit is contained in:
parent
04f29eef37
commit
d2da2c2cb3
1 changed files with 16 additions and 0 deletions
|
@ -79,3 +79,19 @@ define KernelPackage/pcmcia-serial/description
|
|||
endef
|
||||
|
||||
$(eval $(call KernelPackage,pcmcia-serial))
|
||||
|
||||
|
||||
define KernelPackage/pcmcia-pd6729
|
||||
TITLE:=Cirrus PD6729 compatible bridge support
|
||||
KCONFIG:=CONFIG_PD6729
|
||||
FILES:=$(LINUX_DIR)/drivers/pcmcia/pd6729.ko
|
||||
AUTOLOAD:=$(call AutoLoad,41,pd6729)
|
||||
DEPENDS:=+kmod-pcmcia-rsrc
|
||||
$(call AddDepends/pcmcia)
|
||||
endef
|
||||
|
||||
define KernelPackage/pcmcia-pd6729/description
|
||||
Kernel support for the Cirrus PD6729 PCI-to-PCMCIA bridge
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,pcmcia-pd6729))
|
||||
|
|
Loading…
Reference in a new issue