diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-02-23 11:07:07 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-03-15 10:23:30 +0100 |
commit | bb3723a5e4a75f540c64a33481bef2709bf46544 (patch) | |
tree | 38cedf99724ec5c184a6f82301407d8817e24fc1 /arch/m68k/configs | |
parent | d6410efad2e49e2cefc2a0e7236824fd12d5bd6e (diff) | |
download | linux-stable-bb3723a5e4a75f540c64a33481bef2709bf46544.tar.gz linux-stable-bb3723a5e4a75f540c64a33481bef2709bf46544.tar.bz2 linux-stable-bb3723a5e4a75f540c64a33481bef2709bf46544.zip |
m68k/q40: Make NE2000 builtin instead of modular
All other Ethernet drivers are builtin, for NFS root.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/configs')
-rw-r--r-- | arch/m68k/configs/q40_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/configs/q40_defconfig b/arch/m68k/configs/q40_defconfig index 5d581c503fa3..7518746c7089 100644 --- a/arch/m68k/configs/q40_defconfig +++ b/arch/m68k/configs/q40_defconfig @@ -340,7 +340,7 @@ CONFIG_VETH=m # CONFIG_NET_VENDOR_INTEL is not set # CONFIG_NET_VENDOR_MARVELL is not set # CONFIG_NET_VENDOR_MICREL is not set -CONFIG_NE2000=m +CONFIG_NE2000=y # CONFIG_NET_VENDOR_QUALCOMM is not set # CONFIG_NET_VENDOR_ROCKER is not set # CONFIG_NET_VENDOR_SAMSUNG is not set |