diff options
author | Michal Marek <mmarek@suse.cz> | 2014-09-23 17:44:04 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-24 13:38:30 -0400 |
commit | 1ab0b8b200ae54a03aaf63fa8ae5a241dd0cb499 (patch) | |
tree | c28bd31b2c5f5155aa1bf5f07aa14361a26451bf /arch/sparc | |
parent | 925f7fadadd2fcafa6fea19252e4a1de412b9b85 (diff) | |
download | op-kernel-dev-1ab0b8b200ae54a03aaf63fa8ae5a241dd0cb499.zip op-kernel-dev-1ab0b8b200ae54a03aaf63fa8ae5a241dd0cb499.tar.gz |
sparc: Set CONFIG_NET=y in defconfigs
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: sparclinux@vger.kernel.org
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/configs/sparc64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/configs/sparc64_defconfig b/arch/sparc/configs/sparc64_defconfig index 9d8521b..6b68f12 100644 --- a/arch/sparc/configs/sparc64_defconfig +++ b/arch/sparc/configs/sparc64_defconfig @@ -29,6 +29,7 @@ CONFIG_PCI=y CONFIG_PCI_MSI=y CONFIG_SUN_OPENPROMFS=m CONFIG_BINFMT_MISC=m +CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM_USER=m |