mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
[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>
This commit is contained in:
parent
cd52d1ee9a
commit
a7a461b32f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
config FEC_8XX
|
config FEC_8XX
|
||||||
tristate "Motorola 8xx FEC driver"
|
tristate "Motorola 8xx FEC driver"
|
||||||
depends on NET_ETHERNET && FEC
|
depends on NET_ETHERNET && 8xx
|
||||||
select MII
|
select MII
|
||||||
|
|
||||||
config FEC_8XX_GENERIC_PHY
|
config FEC_8XX_GENERIC_PHY
|
||||||
|
|
Loading…
Add table
Reference in a new issue