Skip to content

Commit

Permalink
Restored files Kconfig and Makefile.kernel.
Browse files Browse the repository at this point in the history
Signed-off-by: David Lin <dlin@marvell.com>
  • Loading branch information
yuhhaurlin committed Jun 2, 2016
1 parent 3bec7c3 commit ca55437
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Kconfig
@@ -0,0 +1,23 @@
config MWLWIFI
tristate "Marvell Avastar 88W8864/88W8897 PCIe driver (mac80211 compatible)"
depends on PCI && MAC80211
select FW_LOADER
---help---
Select to build the driver supporting the:

Marvell Wireless Wi-Fi 88W8864 modules
Marvell Wireless Wi-Fi 88W8897 modules

This driver uses the kernel's mac80211 subsystem.

If you want to compile the driver as a module (= code which can be
inserted in and removed from the running kernel whenever you want),
say M here and read <file:Documentation/kbuild/modules.txt>. The
module will be called mwlwifi.

NOTE: Selecting this driver may cause conflict with MWIFIEX driver
that also operates on the same part number 88W8897. Users should
select either MWIFIEX or MWLWIFI, not both. MWIFIEX is fullmac,
supporting more comprehensive client functions for laptops/embedded
devices. MWLWIFI is mac80211-based for full AP/Wireless Bridge.

13 changes: 13 additions & 0 deletions Makefile.kernel
@@ -0,0 +1,13 @@
obj-$(CONFIG_MWLWIFI) += mwlwifi.o

mwlwifi-objs += main.o
mwlwifi-objs += mac80211.o
mwlwifi-objs += fwdl.o
mwlwifi-objs += fwcmd.o
mwlwifi-objs += tx.o
mwlwifi-objs += rx.o
mwlwifi-objs += isr.o
mwlwifi-$(CONFIG_THERMAL) += thermal.o
mwlwifi-$(CONFIG_DEBUG_FS) += debugfs.o

ccflags-y += -D__CHECK_ENDIAN__

0 comments on commit ca55437

Please sign in to comment.