projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd52d1e
)
[PATCH] fec_8xx: make CONFIG_FEC_8XX depend on CONFIG_8xx
author
John W. Linville
<linville@tuxdriver.com>
Mon, 7 Nov 2005 18:24:59 +0000
(13:24 -0500)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 18 Nov 2005 18:51:34 +0000
(13:51 -0500)
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>
drivers/net/fec_8xx/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/fec_8xx/Kconfig
b/drivers/net/fec_8xx/Kconfig
index
94e7a9a
..
a84c232
100644
(file)
--- 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