diff options
author | David S. Miller <davem@davemloft.net> | 2014-09-24 19:44:32 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-24 20:34:20 +0200 |
commit | ff408ba1fc97aef86af5715641760a33f0928423 (patch) | |
tree | 7e51af09bc7614f1074e1b94e5352ba669a50f7b /arch/s390/configs/zfcpdump_defconfig | |
parent | mips: Update some more defconfigs which were missing CONFIG_NET. (diff) | |
download | linux-ff408ba1fc97aef86af5715641760a33f0928423.tar.xz linux-ff408ba1fc97aef86af5715641760a33f0928423.zip |
s390: Update defconfigs which were missing CONFIG_NET.
Commit df568d8e ("scsi: Use 'depends' with LIBFC instead of
'select'.") removed what happened to be the only instance of 'select
NET'. Defconfigs that were relying on the select now lack networking
support.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/s390/configs/zfcpdump_defconfig')
-rw-r--r-- | arch/s390/configs/zfcpdump_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/configs/zfcpdump_defconfig b/arch/s390/configs/zfcpdump_defconfig index 948e0e057a23..e376789f2d8d 100644 --- a/arch/s390/configs/zfcpdump_defconfig +++ b/arch/s390/configs/zfcpdump_defconfig @@ -23,6 +23,7 @@ CONFIG_CRASH_DUMP=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set # CONFIG_SECCOMP is not set # CONFIG_IUCV is not set +CONFIG_NET=y CONFIG_ATM=y CONFIG_ATM_LANE=y CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |