From: Philipp Rothmann Date: Tue, 21 Jun 2022 19:39:39 +0000 (+0200) Subject: ath79: generic: add support for Realtek PHY X-Git-Tag: v23.05.0-rc1~3196 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8bd5bbad1ea8376f619d61ba36963bab9f4d3361;p=openwrt%2Fopenwrt.git ath79: generic: add support for Realtek PHY Some models of the TP-Link EAP225 series use a Realtek PHY, therefore the driver is added. Signed-off-by: Philipp Rothmann --- diff --git a/target/linux/ath79/generic/config-default b/target/linux/ath79/generic/config-default index 0ac756642f..21e14aa3ab 100644 --- a/target/linux/ath79/generic/config-default +++ b/target/linux/ath79/generic/config-default @@ -18,6 +18,7 @@ CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MTD_SPLIT_EVA_FW=y CONFIG_PHY_AR7100_USB=y CONFIG_PHY_AR7200_USB=y +CONFIG_REALTEK_PHY=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_RTL8366RB_PHY=y CONFIG_RTL8366S_PHY=y