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

Commit 52abb142 authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by Kalle Valo
Browse files

mt76: Kconfig and Makefile for mt76x0 driver



Add Kconfig and Makefiles for mt76x0 driver. Now the driver
can be build.

Signed-off-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 87e022de
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -9,6 +9,13 @@ config MT76x2_COMMON
	tristate
	depends on MT76_CORE

config MT76x0U
	tristate "MediaTek MT76x0U (USB) support"
	depends on MAC80211
	depends on USB
	help
	  This adds support for MT7610U-based wireless USB dongles.

config MT76x2E
	tristate "MediaTek MT76x2E (PCIe) support"
	select MT76_CORE
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_MT76_CORE) += mt76.o
obj-$(CONFIG_MT76_USB) += mt76-usb.o
obj-$(CONFIG_MT76x0U) += mt76x0/
obj-$(CONFIG_MT76x2_COMMON) += mt76x2-common.o
obj-$(CONFIG_MT76x2E) += mt76x2e.o
obj-$(CONFIG_MT76x2U) += mt76x2u.o
+7 −0
Original line number Diff line number Diff line
obj-$(CONFIG_MT76x0U)    += mt76x0.o

mt76x0-objs	= \
	usb.o init.o main.o mcu.o trace.o dma.o eeprom.o phy.o \
	mac.o util.o debugfs.o tx.o core.o
# ccflags-y := -DDEBUG
CFLAGS_trace.o := -I$(src)