Skip to content

Commit

Permalink
[PATCH] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xx
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John W. Linville committed Nov 18, 2005
1 parent cd52d1e commit a7a461b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/fec_8xx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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
Expand Down

0 comments on commit a7a461b

Please sign in to comment.