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-aarch64-debug.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-aarch64-debug.config')
-rw-r--r-- | kernel-aarch64-debug.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index 2c3387a7f..dd943c5fb 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -382,7 +382,6 @@ CONFIG_ARM_TEGRA_DEVFREQ=m CONFIG_ARM_TIMER_SP804=y CONFIG_ARMV8_DEPRECATED=y # CONFIG_AS3935 is not set -# CONFIG_ASIX_PHY is not set CONFIG_ASYMMETRIC_KEY_TYPE=y CONFIG_ASYMMETRIC_TPM_KEY_SUBTYPE=m CONFIG_ASYNC_RAID6_TEST=m |