mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 04:22:32 -04:00
Add support for the MediaTek MT7981 SoC which is similar to the MT7986 but with a newer IP cores and only 2x ARM Cortex-A53 instead of 4x. Unlike MT7986 the MT7981 can only connect a single wireless frontend, usually MT7976 is used for DBDC. Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Signed-off-by: Daniel Golle <daniel@makrotopia.org> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
11 lines
287 B
Makefile
11 lines
287 B
Makefile
# SPDX-License-Identifier: ISC
|
|
|
|
obj-$(CONFIG_MT7915E) += mt7915e.o
|
|
|
|
mt7915e-y := pci.o init.o dma.o eeprom.o main.o mcu.o mac.o \
|
|
debugfs.o mmio.o
|
|
|
|
mt7915e-$(CONFIG_NL80211_TESTMODE) += testmode.o
|
|
mt7915e-$(CONFIG_MT798X_WMAC) += soc.o
|
|
mt7915e-$(CONFIG_DEV_COREDUMP) += coredump.o
|