projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c1992f
)
[POWERPC] Fix Kconfig undefined symbol 'IBM_NEW_EMAC_ZMII'
author
Tony Breeds
<
[email protected]
>
Sun, 13 May 2007 03:40:53 +0000
(13:40 +1000)
committer
Paul Mackerras
<
[email protected]
>
Thu, 17 May 2007 11:11:13 +0000
(21:11 +1000)
An allmodconfig on the current powerpc tree yields:
arch/powerpc/platforms/44x/Kconfig:41:warning: 'select' used by
config symbol '440GP' refers to undefined symbol 'IBM_NEW_EMAC_ZMII'
Hide the select until the driver exists.
Signed-off-by: Tony Breeds <
[email protected]
>
Signed-off-by: Paul Mackerras <
[email protected]
>
arch/powerpc/platforms/44x/Kconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/44x/Kconfig
b/arch/powerpc/platforms/44x/Kconfig
index 8e66949e7c67c0b391b41e1beeafa57f5112de35..1b3e008fd1481474f26bcbccef24c731f194d31e 100644
(file)
--- a/
arch/powerpc/platforms/44x/Kconfig
+++ b/
arch/powerpc/platforms/44x/Kconfig
@@
-38,7
+38,8
@@
config 440EP
config 440GP
bool
- select IBM_NEW_EMAC_ZMII
+# Disabled until the new EMAC Driver is merged.
+# select IBM_NEW_EMAC_ZMII
config 440GX
bool