netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/4] powerpc: Update defconfigs which were missing CONFIG_NET.
@ 2014-09-24 18:49 David Miller
  2014-09-24 20:38 ` Guenter Roeck
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2014-09-24 18:49 UTC (permalink / raw)
  To: netdev; +Cc: linux


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>
---
 arch/powerpc/configs/c2k_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/powerpc/configs/c2k_defconfig b/arch/powerpc/configs/c2k_defconfig
index 5e2aa43..5973491 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
-- 
1.7.11.7

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 3/4] powerpc: Update defconfigs which were missing CONFIG_NET.
  2014-09-24 18:49 [PATCH 3/4] powerpc: Update defconfigs which were missing CONFIG_NET David Miller
@ 2014-09-24 20:38 ` Guenter Roeck
  2014-09-24 20:45   ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Guenter Roeck @ 2014-09-24 20:38 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

On Wed, Sep 24, 2014 at 02:49:26PM -0400, David Miller wrote:
> 
> 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>
> ---
>  arch/powerpc/configs/c2k_defconfig | 1 +

Sure that is the only affected file ?
My list is a bit larger.

powerpc:c2k_defconfig
powerpc:pmac32_defconfig
powerpc:ppc64_defconfig
powerpc:ppc64e_defconfig
powerpc:pseries_defconfig
powerpc:pseries_le_defconfig

Guenter

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 3/4] powerpc: Update defconfigs which were missing CONFIG_NET.
  2014-09-24 20:38 ` Guenter Roeck
@ 2014-09-24 20:45   ` David Miller
  2014-09-24 20:53     ` Guenter Roeck
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2014-09-24 20:45 UTC (permalink / raw)
  To: linux; +Cc: netdev

From: Guenter Roeck <linux@roeck-us.net>
Date: Wed, 24 Sep 2014 13:38:01 -0700

> On Wed, Sep 24, 2014 at 02:49:26PM -0400, David Miller wrote:
>> 
>> 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>
>> ---
>>  arch/powerpc/configs/c2k_defconfig | 1 +
> 
> Sure that is the only affected file ?
> My list is a bit larger.
> 
> powerpc:c2k_defconfig
> powerpc:pmac32_defconfig
> powerpc:ppc64_defconfig
> powerpc:ppc64e_defconfig
> powerpc:pseries_defconfig
> powerpc:pseries_le_defconfig

Those all have NET=y in my tree.

I don't see what the problem is.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 3/4] powerpc: Update defconfigs which were missing CONFIG_NET.
  2014-09-24 20:45   ` David Miller
@ 2014-09-24 20:53     ` Guenter Roeck
  0 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2014-09-24 20:53 UTC (permalink / raw)
  To: David Miller; +Cc: netdev

On Wed, Sep 24, 2014 at 04:45:46PM -0400, David Miller wrote:
> From: Guenter Roeck <linux@roeck-us.net>
> Date: Wed, 24 Sep 2014 13:38:01 -0700
> 
> > On Wed, Sep 24, 2014 at 02:49:26PM -0400, David Miller wrote:
> >> 
> >> 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>
> >> ---
> >>  arch/powerpc/configs/c2k_defconfig | 1 +
> > 
> > Sure that is the only affected file ?
> > My list is a bit larger.
> > 
> > powerpc:c2k_defconfig
> > powerpc:pmac32_defconfig
> > powerpc:ppc64_defconfig
> > powerpc:ppc64e_defconfig
> > powerpc:pseries_defconfig
> > powerpc:pseries_le_defconfig
> 
> Those all have NET=y in my tree.
> 
> I don't see what the problem is.
> 
PBKC. I was missing Michal's patches in my tree. Same for the others.
Again, sorry for the noise.

Guenter

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-24 20:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-24 18:49 [PATCH 3/4] powerpc: Update defconfigs which were missing CONFIG_NET David Miller
2014-09-24 20:38 ` Guenter Roeck
2014-09-24 20:45   ` David Miller
2014-09-24 20:53     ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).