Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7a461b3 authored by John W. Linville's avatar John W. Linville
Browse files

[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: default avatarJohn W. Linville <linville@tuxdriver.com>
parent cd52d1ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
config FEC_8XX
	tristate "Motorola 8xx FEC driver"
	depends on NET_ETHERNET && FEC
	depends on NET_ETHERNET && 8xx
	select MII

config FEC_8XX_GENERIC_PHY