diff options
| author | John W. Linville <linville@tuxdriver.com> | 2005-11-07 13:24:59 -0500 | 
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2005-11-18 13:51:34 -0500 | 
| commit | a7a461b32fdff1e7db42b50db53840e4fa978384 (patch) | |
| tree | 5e16e914bde39b29a8e43bb0b410162e8f321944 /drivers/net/fec_8xx | |
| parent | cd52d1ee9a92587b242d946a2300a3245d3b885a (diff) | |
[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>
Diffstat (limited to 'drivers/net/fec_8xx')
| -rw-r--r-- | drivers/net/fec_8xx/Kconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/net/fec_8xx/Kconfig b/drivers/net/fec_8xx/Kconfig index 94e7a9af8705..a84c232395e3 100644 --- a/drivers/net/fec_8xx/Kconfig +++ b/drivers/net/fec_8xx/Kconfig @@ -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 | 
