diff options
Diffstat (limited to 'target/linux')
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/realtek/files-5.10/drivers/net/dsa/rtl83xx/Kconfig b/target/linux/realtek/files-5.10/drivers/net/dsa/rtl83xx/Kconfig index f293832eb5..b423d2c3ea 100644 --- a/target/linux/realtek/files-5.10/drivers/net/dsa/rtl83xx/Kconfig +++ b/target/linux/realtek/files-5.10/drivers/net/dsa/rtl83xx/Kconfig @@ -3,6 +3,6 @@ config NET_DSA_RTL83XX tristate "Realtek RTL838x/RTL839x switch support" depends on RTL838X select NET_DSA_TAG_TRAILER - ---help--- + help This driver adds support for Realtek RTL83xx series switching. diff --git a/target/linux/realtek/patches-5.10/702-net-ethernet-add-support-for-rtl838x-ethernet.patch b/target/linux/realtek/patches-5.10/702-net-ethernet-add-support-for-rtl838x-ethernet.patch index 11e62450d5..b3a6dd9a72 100644 --- a/target/linux/realtek/patches-5.10/702-net-ethernet-add-support-for-rtl838x-ethernet.patch +++ b/target/linux/realtek/patches-5.10/702-net-ethernet-add-support-for-rtl838x-ethernet.patch @@ -8,7 +8,7 @@ +config NET_RTL838X + tristate "Realtek rtl838x Ethernet MAC support" + depends on RTL838X -+ ---help--- ++ help + Say Y here if you want to use the Realtek rtl838x Gbps Ethernet MAC. + source "drivers/net/ethernet/samsung/Kconfig" diff --git a/target/linux/realtek/patches-5.10/705-add-rtl-phy.patch b/target/linux/realtek/patches-5.10/705-add-rtl-phy.patch index f4cd8f2d6d..c1b74f7fe4 100644 --- a/target/linux/realtek/patches-5.10/705-add-rtl-phy.patch +++ b/target/linux/realtek/patches-5.10/705-add-rtl-phy.patch @@ -7,7 +7,7 @@ +config REALTEK_SOC_PHY + tristate "Realtek SoC PHYs" + depends on RTL838X -+ ---help--- ++ help + Supports the PHYs found in combination with Realtek Switch SoCs + config RENESAS_PHY |