Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xx

Change CONFIG_FEC_8XX to depend on CONFIG_8xx instead of CONFIG_FEC.
CONFIG_FEC depends on ColdFire CPUs, which does not apply for the
PPC 8xx processors.

Signed-off-by: John W. Linville <linville@tuxdriver.com>

+1 -1
+1 -1
drivers/net/fec_8xx/Kconfig
··· 1 1 config FEC_8XX 2 2 tristate "Motorola 8xx FEC driver" 3 - depends on NET_ETHERNET && FEC 3 + depends on NET_ETHERNET && 8xx 4 4 select MII 5 5 6 6 config FEC_8XX_GENERIC_PHY