From 03fa0f4763156ce41189fea15add8376963424ca Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Wed, 10 Jul 2019 20:49:45 +0200 Subject: 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 --- kernel-x86_64-debug.config | 1 - 1 file changed, 1 deletion(-) (limited to 'kernel-x86_64-debug.config') diff --git a/kernel-x86_64-debug.config b/kernel-x86_64-debug.config index 71afc5168..6e7a7092f 100644 --- a/kernel-x86_64-debug.config +++ b/kernel-x86_64-debug.config @@ -257,7 +257,6 @@ CONFIG_ARCH_MULTIPLATFORM=y CONFIG_ARM64_ERRATUM_858921=y CONFIG_ARM_PTDUMP_DEBUGFS=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 -- cgit