]> git.itanic.dy.fi Git - linux-stable/commitdiff
sh: Set CONFIG_NET=y in defconfigs
authorMichal Marek <mmarek@suse.cz>
Tue, 23 Sep 2014 15:44:03 +0000 (17:44 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Sep 2014 17:38:30 +0000 (13:38 -0400)
Commit 5d6be6a5 ("scsi_netlink : Make SCSI_NETLINK dependent on NET
instead of selecting NET") removed what happened to be the only instance
of 'select NET'. Defconfigs that were relying on the select now lack
networking support.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-sh@vger.kernel.org
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sh/configs/sdk7780_defconfig
arch/sh/configs/sh2007_defconfig

index 6a96b9a2f7a557d564e6aa79684c830cfffc6520..bbd4c2298708f8202433c4da43ffe4522813e941 100644 (file)
@@ -30,6 +30,7 @@ CONFIG_PCI_DEBUG=y
 CONFIG_PCCARD=y
 CONFIG_YENTA=y
 CONFIG_HOTPLUG_PCI=y
+CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
index e741b1e36acd69d694fb793279c1c8a395f17163..df25ae774ee0d2a3fcf46448413393b673b623d9 100644 (file)
@@ -25,6 +25,7 @@ CONFIG_CMDLINE_OVERWRITE=y
 CONFIG_CMDLINE="console=ttySC1,115200 ip=dhcp root=/dev/nfs rw nfsroot=/nfs/rootfs,rsize=1024,wsize=1024 earlyprintk=sh-sci.1"
 CONFIG_PCCARD=y
 CONFIG_BINFMT_MISC=y
+CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_XFRM_USER=y