Skip to content

Commit ff408ba

Browse files
committed
s390: Update defconfigs which were missing CONFIG_NET.
Commit df568d8 ("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 <[email protected]>
1 parent af4de1b commit ff408ba

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

arch/s390/configs/default_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ CONFIG_CRASH_DUMP=y
6363
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
6464
CONFIG_BINFMT_MISC=m
6565
CONFIG_HIBERNATION=y
66+
CONFIG_NET=y
6667
CONFIG_PACKET=y
6768
CONFIG_PACKET_DIAG=m
6869
CONFIG_UNIX=y

arch/s390/configs/gcov_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ CONFIG_CRASH_DUMP=y
6161
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
6262
CONFIG_BINFMT_MISC=m
6363
CONFIG_HIBERNATION=y
64+
CONFIG_NET=y
6465
CONFIG_PACKET=y
6566
CONFIG_PACKET_DIAG=m
6667
CONFIG_UNIX=y

arch/s390/configs/performance_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ CONFIG_CRASH_DUMP=y
5959
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
6060
CONFIG_BINFMT_MISC=m
6161
CONFIG_HIBERNATION=y
62+
CONFIG_NET=y
6263
CONFIG_PACKET=y
6364
CONFIG_PACKET_DIAG=m
6465
CONFIG_UNIX=y

arch/s390/configs/zfcpdump_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ CONFIG_CRASH_DUMP=y
2323
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
2424
# CONFIG_SECCOMP is not set
2525
# CONFIG_IUCV is not set
26+
CONFIG_NET=y
2627
CONFIG_ATM=y
2728
CONFIG_ATM_LANE=y
2829
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"

arch/s390/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ CONFIG_CMA=y
5050
CONFIG_CRASH_DUMP=y
5151
CONFIG_BINFMT_MISC=m
5252
CONFIG_HIBERNATION=y
53+
CONFIG_NET=y
5354
CONFIG_PACKET=y
5455
CONFIG_UNIX=y
5556
CONFIG_NET_KEY=y

0 commit comments

Comments
 (0)