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)
commit433aee04a447fb2e769c4570f327d9c2a956117b
treee5cb64fd4ce0de67e2623276f920fb348e322fef
parent729e72a10930ef765c11a5a35031ba47f18221c4
i825xx:xscale:8390:freescale: Fix Kconfig dependancies

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>
drivers/net/ethernet/freescale/Kconfig
drivers/net/ethernet/intel/Kconfig
drivers/net/ethernet/natsemi/Kconfig