Commit 853e3e1d8e2f094cdb29d4a6e2359a96a44be0d8

Authored by Michal Marek
Committed by David S. Miller
1 parent 25fee47f9c

powerpc: 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: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 5 changed files with 5 additions and 0 deletions Side-by-side Diff

arch/powerpc/configs/pmac32_defconfig
... ... @@ -31,6 +31,7 @@
31 31 CONFIG_APM_EMULATION=y
32 32 CONFIG_PCCARD=m
33 33 CONFIG_YENTA=m
  34 +CONFIG_NET=y
34 35 CONFIG_PACKET=y
35 36 CONFIG_UNIX=y
36 37 CONFIG_XFRM_USER=y
arch/powerpc/configs/ppc64_defconfig
... ... @@ -58,6 +58,7 @@
58 58 CONFIG_HOTPLUG_PCI=y
59 59 CONFIG_HOTPLUG_PCI_RPA=m
60 60 CONFIG_HOTPLUG_PCI_RPA_DLPAR=m
  61 +CONFIG_NET=y
61 62 CONFIG_PACKET=y
62 63 CONFIG_UNIX=y
63 64 CONFIG_XFRM_USER=m
arch/powerpc/configs/ppc64e_defconfig
... ... @@ -33,6 +33,7 @@
33 33 CONFIG_PCI_MSI=y
34 34 CONFIG_PCCARD=y
35 35 CONFIG_HOTPLUG_PCI=y
  36 +CONFIG_NET=y
36 37 CONFIG_PACKET=y
37 38 CONFIG_UNIX=y
38 39 CONFIG_XFRM_USER=m
arch/powerpc/configs/pseries_defconfig
... ... @@ -53,6 +53,7 @@
53 53 CONFIG_HOTPLUG_PCI=y
54 54 CONFIG_HOTPLUG_PCI_RPA=m
55 55 CONFIG_HOTPLUG_PCI_RPA_DLPAR=m
  56 +CONFIG_NET=y
56 57 CONFIG_PACKET=y
57 58 CONFIG_UNIX=y
58 59 CONFIG_XFRM_USER=m
arch/powerpc/configs/pseries_le_defconfig
... ... @@ -55,6 +55,7 @@
55 55 CONFIG_HOTPLUG_PCI=y
56 56 CONFIG_HOTPLUG_PCI_RPA=m
57 57 CONFIG_HOTPLUG_PCI_RPA_DLPAR=m
  58 +CONFIG_NET=y
58 59 CONFIG_PACKET=y
59 60 CONFIG_UNIX=y
60 61 CONFIG_XFRM_USER=m