diff options
author | Philipp Rothmann <philipprothmann@posteo.de> | 2022-06-21 21:39:39 +0200 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-06-22 17:47:11 +0200 |
commit | 8bd5bbad1ea8376f619d61ba36963bab9f4d3361 (patch) | |
tree | 4768b49aa9a04471c3b5bdc39aa8f2f0574f74fe /target/linux/ath79 | |
parent | a703f9ed0b02896eb7bec51d5b5f809c01bc20e0 (diff) | |
download | upstream-8bd5bbad1ea8376f619d61ba36963bab9f4d3361.tar.gz upstream-8bd5bbad1ea8376f619d61ba36963bab9f4d3361.tar.bz2 upstream-8bd5bbad1ea8376f619d61ba36963bab9f4d3361.zip |
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 <philipprothmann@posteo.de>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/generic/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
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 |