i825xx:xscale:8390:freescale: Fix Kconfig dependancies
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 2 Nov 2011 00:30:52 +0000 (00:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Nov 2011 21:41:20 +0000 (17:41 -0400)
i825xx and xscale are "sub" Kconfigs to NET_VENDOR_INTEL, so
NET_VENDOR_INTEL should contain ALL the dependencies of the
"sub" Kconfigs.

Same with 8390 is a "sub" Kconfig to NET_VENDOR_NATSEMI, so
NET_VENDOR_NATSEMI needs to contains ALL the dependencies.

Freescale Kconfig only had fs_enet as a sub Kconfig, and already
contained the needed dependencies, just cleaned up the dependencies.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found