diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-01-11 09:18:12 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-01-11 09:34:43 +0100 |
commit | 183a967ad19c97585a4fa79b8748b237311af76c (patch) | |
tree | 1b117dbb1310feaa2e85bd4c01b4578aac21115c /arch/arm/configs/spitz_defconfig | |
parent | ARM: defconfig: remove sysfs-deprecated entries (diff) | |
download | linux-183a967ad19c97585a4fa79b8748b237311af76c.tar.xz linux-183a967ad19c97585a4fa79b8748b237311af76c.zip |
ARM: defconfig: remove CONFIG_NET_ETHERNET references
CONFIG_NET_ETHERNET was removed a long time ago in f860b0522f65 ("drivers/net:
Kconfig and Makefile cleanup"). Remove the last references to in in ARM
defconfig files.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/configs/spitz_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/spitz_defconfig b/arch/arm/configs/spitz_defconfig index 72c14b8345de..294d16ddeb18 100644 --- a/arch/arm/configs/spitz_defconfig +++ b/arch/arm/configs/spitz_defconfig @@ -86,7 +86,6 @@ CONFIG_CHR_DEV_SG=m CONFIG_ATA=y CONFIG_PATA_PCMCIA=y CONFIG_NETDEVICES=y -CONFIG_NET_ETHERNET=y CONFIG_PCMCIA_PCNET=m CONFIG_PPP=m CONFIG_PPP_BSDCOMP=m |