[openwrt/openwrt] ath79: remove AT803X config symbol from subtargets

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 1 09:31:29 EST 2020


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

commit d011952d19d25bc17bb225a74efa2c3dfc058082
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Fri Oct 30 01:22:47 2020 +0100

    ath79: remove AT803X config symbol from subtargets
    
    The AT803X_PHY kernel config symbol is already enabled target-wide. SO
    it does not have to be enabled for individual subtargets.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
---
 target/linux/ath79/generic/config-default  | 1 -
 target/linux/ath79/mikrotik/config-default | 1 -
 2 files changed, 2 deletions(-)

diff --git a/target/linux/ath79/generic/config-default b/target/linux/ath79/generic/config-default
index d49df6bbee..d9a52af7a0 100644
--- a/target/linux/ath79/generic/config-default
+++ b/target/linux/ath79/generic/config-default
@@ -1,4 +1,3 @@
-CONFIG_AT803X_PHY=y
 CONFIG_BCM_NET_PHYLIB=y
 CONFIG_BROADCOM_PHY=y
 CONFIG_GPIO_PCA953X=y
diff --git a/target/linux/ath79/mikrotik/config-default b/target/linux/ath79/mikrotik/config-default
index ec34a7c143..5c42368ea9 100644
--- a/target/linux/ath79/mikrotik/config-default
+++ b/target/linux/ath79/mikrotik/config-default
@@ -1,4 +1,3 @@
-CONFIG_AT803X_PHY=y
 CONFIG_CRC16=y
 CONFIG_CRYPTO_DEFLATE=y
 CONFIG_GPIO_LATCH=y



More information about the lede-commits mailing list