Copy files and config from 5.15 kernel version. Because of the big version jump leave out the patches for now so we can treat them individually later on. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config NET_DSA_RTL83XX
|
|
tristate "Realtek RTL838x/RTL839x switch support"
|
|
depends on RTL83XX
|
|
select NET_DSA_TAG_TRAILER
|
|
help
|
|
This driver adds support for Realtek RTL83xx series switching.
|