diff options
author | Arnd Bergmann | 2022-08-11 16:18:56 +0200 |
---|---|---|
committer | Arnd Bergmann | 2022-08-29 10:45:08 +0200 |
commit | 7d40cecd0e36dcd6491a40d14c9b0d072f01e7aa (patch) | |
tree | 135ce40ce50c964204c726e80eb29dfb399a74e6 /arch/arm/configs/multi_v7_defconfig | |
parent | d11277c35e1a2a3a4ace05d1a4f79eee92b76a2f (diff) |
ARM: defconfig: drop CONFIG_NET_VENDOR_ASIX=y
This option is 'default y' and has always been this way, the
line was added in error.
Fixes: dfe21dcabac0 ("ARM: defconfig: Enable ax88796c driver for Exynos boards")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 7ac539231a90..ecf743b3409d 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -254,7 +254,6 @@ CONFIG_SATA_HIGHBANK=y CONFIG_SATA_MV=y CONFIG_SATA_RCAR=y CONFIG_NETDEVICES=y -CONFIG_NET_VENDOR_ASIX=y CONFIG_VIRTIO_NET=y CONFIG_B53_SPI_DRIVER=m CONFIG_B53_MDIO_DRIVER=m |