[openwrt/openwrt] ath79: enable AT803X PHY for kernel 5.10

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 4 23:04:53 GMT 2021


blocktrron pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/18a9eff0f607139bc0215197ed8957432d5632e8

commit 18a9eff0f607139bc0215197ed8957432d5632e8
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Wed Mar 3 23:50:41 2021 +0100

    ath79: enable AT803X PHY for kernel 5.10
    
    The config symbol for the AT803x device driver was lost when adding
    kernel 5.10.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/ath79/config-5.10 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ath79/config-5.10 b/target/linux/ath79/config-5.10
index 48ed6c7300..d587942417 100644
--- a/target/linux/ath79/config-5.10
+++ b/target/linux/ath79/config-5.10
@@ -8,6 +8,7 @@ CONFIG_ARCH_HIBERNATION_POSSIBLE=y
 CONFIG_ARCH_MMAP_RND_BITS_MAX=15
 CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=15
 CONFIG_ARCH_SUSPEND_POSSIBLE=y
+CONFIG_AT803X_PHY=y
 CONFIG_ATH79=y
 CONFIG_ATH79_WDT=y
 CONFIG_BLK_MQ_PCI=y



More information about the lede-commits mailing list