mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-04-08 10:04:24 +00:00
Since the start of the Realtek target OpenWrt works with RTL83XX as the target architecture. Upstream is using MACH_REALTEK_RTL instead. To simplify further development align that. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de> Link: https://github.com/openwrt/openwrt/pull/16963 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
8 lines
243 B
Plaintext
8 lines
243 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config NET_DSA_RTL83XX
|
|
tristate "Realtek RTL838x/RTL839x switch support"
|
|
depends on MACH_REALTEK_RTL
|
|
select NET_DSA_TAG_TRAILER
|
|
help
|
|
This driver adds support for Realtek RTL83xx series switching.
|