From: Grant Likely Date: Thu, 1 Nov 2007 14:22:30 +0000 (-0600) Subject: mpc5200: Fix Kconfig dependancies on MPC5200 FEC device driver X-Git-Tag: v2.6.24-rc2~55^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644fdf9b08e51e172d54cb500473470edb4ba1e0;p=pandora-kernel.git mpc5200: Fix Kconfig dependancies on MPC5200 FEC device driver When not building an arch/powerpc kernel, the mpc5200 FEC driver depends on some symbols which are not defined (BESTCOMM & BESTCOMM_FEC). This patch flips around the dependancy logic so that it cannot be selected unless BESTCOMM_FEC is selected first. Kconfig stops complaining this way. Also, the driver only works for arch/powerpc (not arch/ppc) anyway so it should depend on PPC_MERGE also. Signed-off-by: Grant Likely Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed