Skip to content

Commit

Permalink
[PATCH] add support for Marvell 8385 CF cards
Browse files Browse the repository at this point in the history
This patch adds support for Marvell based 8385 compact flash cards.

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Holger Schurig authored and David S. Miller committed Oct 10, 2007
1 parent 9cdc6d2 commit 27590d0
Show file tree
Hide file tree
Showing 3 changed files with 1,014 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,13 @@ config LIBERTAS_USB
---help---
A driver for Marvell Libertas 8388 USB devices.

config LIBERTAS_CS
tristate "Marvell Libertas 8385 CompactFlash 802.11b/g cards"
depends on LIBERTAS && PCMCIA && EXPERIMENTAL
select FW_LOADER
---help---
A driver for Marvell Libertas 8385 CompactFlash devices.

config LIBERTAS_DEBUG
bool "Enable full debugging output in the Libertas module."
depends on LIBERTAS
Expand Down
2 changes: 2 additions & 0 deletions drivers/net/wireless/libertas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ libertas-objs := main.o wext.o \
ethtool.o assoc.o

usb8xxx-objs += if_usb.o
libertas_cs-objs += if_cs.o

obj-$(CONFIG_LIBERTAS) += libertas.o
obj-$(CONFIG_LIBERTAS_USB) += usb8xxx.o
obj-$(CONFIG_LIBERTAS_CS) += libertas_cs.o
Loading

0 comments on commit 27590d0

Please sign in to comment.