diff options
author | Michal Marek <mmarek@suse.cz> | 2014-09-23 19:44:00 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-24 21:38:29 +0400 |
commit | d1630f9ef288978fc5a4cd14a5fdcb7be7a703e4 (patch) | |
tree | 519205c04aad226887778cd4172a8acada70bf37 /arch/mips/configs/loongson3_defconfig | |
parent | 98f75b8291a89ba6bf73e322ee467ce0bfeb91c1 (diff) | |
download | linux-d1630f9ef288978fc5a4cd14a5fdcb7be7a703e4.tar.xz |
mips: 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: linux-mips@linux-mips.org
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/mips/configs/loongson3_defconfig')
-rw-r--r-- | arch/mips/configs/loongson3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/configs/loongson3_defconfig b/arch/mips/configs/loongson3_defconfig index 4cb787ff273e..1c6191ebd583 100644 --- a/arch/mips/configs/loongson3_defconfig +++ b/arch/mips/configs/loongson3_defconfig @@ -59,6 +59,7 @@ CONFIG_MIPS32_COMPAT=y CONFIG_MIPS32_O32=y CONFIG_MIPS32_N32=y CONFIG_PM_RUNTIME=y +CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM_USER=y |