diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2019-07-10 20:49:45 +0200 |
---|---|---|
committer | Laura Abbott <labbott@redhat.com> | 2019-07-11 08:55:29 -0400 |
commit | 03fa0f4763156ce41189fea15add8376963424ca (patch) | |
tree | 94fed18db5cf9ff1036cd0c4008fca920cc3f5f6 /kernel-i686.config | |
parent | 84210fcea5ad79192d7d521247d0bd9f037fc86a (diff) | |
download | kernel-03fa0f4763156ce41189fea15add8376963424ca.tar.gz kernel-03fa0f4763156ce41189fea15add8376963424ca.tar.xz kernel-03fa0f4763156ce41189fea15add8376963424ca.zip |
configs: remove CONFIG_ASIX_PHY
The Kconfig symbol ASIX_PHY was renamed to AX88796B_PHY in v5.2-rc6, see
upstream commit a9520543b123 ("net: phy: rename Asix Electronics PHY
driver"). CONFIG_AX88796B_PHY is already used in the configuration generation
system, so we can safely remove CONFIG_ASIX_PHY from that system.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Diffstat (limited to 'kernel-i686.config')
-rw-r--r-- | kernel-i686.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel-i686.config b/kernel-i686.config index 28c6517ad..b51ea0372 100644 --- a/kernel-i686.config +++ b/kernel-i686.config @@ -253,7 +253,6 @@ CONFIG_ARCH_MULTIPLATFORM=y # CONFIG_ARCNET is not set CONFIG_ARM64_ERRATUM_858921=y # CONFIG_AS3935 is not set -# CONFIG_ASIX_PHY is not set CONFIG_ASUS_LAPTOP=m CONFIG_ASUS_NB_WMI=m CONFIG_ASUS_WIRELESS=m |