diff options
author | David S. Miller <davem@davemloft.net> | 2014-09-24 21:53:43 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-24 22:34:29 +0400 |
commit | 95d77997fd8a2dc1eca9a46cde761ddb0742eec3 (patch) | |
tree | 453d86b00fe52a9e607e8c522a3ffe558c89456b /arch/powerpc/configs | |
parent | ff408ba1fc97aef86af5715641760a33f0928423 (diff) | |
download | linux-95d77997fd8a2dc1eca9a46cde761ddb0742eec3.tar.xz |
powerpc: Update defconfigs which were missing CONFIG_NET.
Commit df568d8e ("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 <davem@davemloft.net>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/c2k_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/c2k_defconfig b/arch/powerpc/configs/c2k_defconfig index 5e2aa43562b5..59734916986a 100644 --- a/arch/powerpc/configs/c2k_defconfig +++ b/arch/powerpc/configs/c2k_defconfig @@ -29,6 +29,7 @@ CONFIG_PM=y CONFIG_PCI_MSI=y CONFIG_HOTPLUG_PCI=y CONFIG_HOTPLUG_PCI_SHPC=m +CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM_USER=y |