Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27590d06 authored by Holger Schurig's avatar Holger Schurig Committed by David S. Miller
Browse files

[PATCH] add support for Marvell 8385 CF cards



This patch adds support for Marvell based 8385 compact flash cards.

Signed-off-by: default avatarHolger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9cdc6d29
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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
+1005 −0

File added.

Preview size limit exceeded, changes collapsed.