Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/loongarch/configs/deepin_loongarch_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,6 @@ CONFIG_ENC28J60=m
CONFIG_ENCX24J600=m
CONFIG_LAN743X=m
CONFIG_LAN966X_SWITCH=m
CONFIG_YT6801=m
CONFIG_MSCC_OCELOT_SWITCH=m
CONFIG_MYRI10GE=m
CONFIG_FEALNX=m
Expand Down Expand Up @@ -1416,6 +1415,7 @@ CONFIG_8139TOO=y
CONFIG_8139TOO_TUNE_TWISTER=y
CONFIG_8139TOO_8129=y
CONFIG_R8169=m
CONFIG_YT6801=m
CONFIG_ROCKER=m
CONFIG_SXGBE_ETH=m
CONFIG_SC92031=m
Expand Down
1 change: 1 addition & 0 deletions arch/loongarch/configs/loongson3_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,7 @@ CONFIG_8139TOO=m
# CONFIG_8139TOO_PIO is not set
CONFIG_8139TOO_8129=y
CONFIG_R8169=m
CONFIG_YT6801=m
# CONFIG_NET_VENDOR_RENESAS is not set
# CONFIG_NET_VENDOR_ROCKER is not set
# CONFIG_NET_VENDOR_SAMSUNG is not set
Expand Down
6 changes: 2 additions & 4 deletions drivers/net/ethernet/motorcomm/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Motorcomm network device configuration
#
# Copyright (c) 2023 Motorcomm, Inc.

config NET_VENDOR_MOTORCOMM
bool "Motorcomm devices"
Expand All @@ -13,7 +11,7 @@ config NET_VENDOR_MOTORCOMM
Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about Motorcomm cards. If you say Y, you will be asked
for your specific card in the following questions.
for your specific card in the following questions.

if NET_VENDOR_MOTORCOMM

Expand Down
3 changes: 3 additions & 0 deletions drivers/net/ethernet/motorcomm/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (c) 2023 Motorcomm, Inc.

obj-$(CONFIG_YT6801) += yt6801/
10 changes: 1 addition & 9 deletions drivers/net/ethernet/motorcomm/yt6801/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
################################################################################
#
# Copyright (c) 2023 Motorcomm, Inc.
# Motorcomm Confidential and Proprietary.
#
# This is Motorcomm NIC driver relevant files. Please don't copy, modify,
# distribute without commercial permission.
#
################################################################################


obj-$(CONFIG_YT6801) += yt6801.o

Expand All @@ -19,5 +12,4 @@ yt6801-objs := fuxi-gmac-common.o \
fuxi-gmac-pci.o \
fuxi-gmac-phy.o \
fuxi-efuse.o \
fuxi-dbg.o \
fuxi-gmac-debugfs.o
30 changes: 0 additions & 30 deletions drivers/net/ethernet/motorcomm/yt6801/Notice.txt

This file was deleted.

89 changes: 0 additions & 89 deletions drivers/net/ethernet/motorcomm/yt6801/README

This file was deleted.

Loading