* Fix Kconfig undefined symbol 'IBM_NEW_EMAC_ZMII'
@ 2007-05-11 7:00 Tony Breeds
2007-05-11 7:56 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 3+ messages in thread
From: Tony Breeds @ 2007-05-11 7:00 UTC (permalink / raw)
To: linuxppc-dev; +Cc: David Gibson
Fix Kconfig undefined symbol 'IBM_NEW_EMAC_ZMII'
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'
Remove the select until the driver exists.
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
CC: David Gibson <david@gibson.dropbear.id.au>
---
arch/powerpc/platforms/44x/Kconfig | 1 -
1 file changed, 1 deletion(-)
Index: working/arch/powerpc/platforms/44x/Kconfig
===================================================================
--- working.orig/arch/powerpc/platforms/44x/Kconfig
+++ working/arch/powerpc/platforms/44x/Kconfig
@@ -38,7 +38,6 @@ config 440EP
config 440GP
bool
- select IBM_NEW_EMAC_ZMII
config 440GX
bool
Yours Tony
linux.conf.au http://linux.conf.au/ || http://lca2008.linux.org.au/
Jan 28 - Feb 02 2008 The Australian Linux Technical Conference!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fix Kconfig undefined symbol 'IBM_NEW_EMAC_ZMII'
2007-05-11 7:00 Fix Kconfig undefined symbol 'IBM_NEW_EMAC_ZMII' Tony Breeds
@ 2007-05-11 7:56 ` Benjamin Herrenschmidt
2007-05-13 3:40 ` Tony Breeds
0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Herrenschmidt @ 2007-05-11 7:56 UTC (permalink / raw)
To: Tony Breeds; +Cc: linuxppc-dev, David Gibson
On Fri, 2007-05-11 at 17:00 +1000, Tony Breeds wrote:
> Fix Kconfig undefined symbol 'IBM_NEW_EMAC_ZMII'
>
> 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'
>
> Remove the select until the driver exists.
Can you comment it out instead ?
Ben.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Fix Kconfig undefined symbol 'IBM_NEW_EMAC_ZMII'
2007-05-11 7:56 ` Benjamin Herrenschmidt
@ 2007-05-13 3:40 ` Tony Breeds
0 siblings, 0 replies; 3+ messages in thread
From: Tony Breeds @ 2007-05-13 3:40 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev, David Gibson
On Fri, May 11, 2007 at 05:56:42PM +1000, Benjamin Herrenschmidt wrote:
> Can you comment it out instead ?
Sure.
Fix Kconfig undefined symbol 'IBM_NEW_EMAC_ZMII'
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 <tony@bakeyournoodle.com>
CC: David Gibson <david@gibson.dropbear.id.au>
---
arch/powerpc/platforms/44x/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Index: working/arch/powerpc/platforms/44x/Kconfig
===================================================================
--- working.orig/arch/powerpc/platforms/44x/Kconfig
+++ working/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
Yours Tony
linux.conf.au http://linux.conf.au/ || http://lca2008.linux.org.au/
Jan 28 - Feb 02 2008 The Australian Linux Technical Conference!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-13 3:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-11 7:00 Fix Kconfig undefined symbol 'IBM_NEW_EMAC_ZMII' Tony Breeds
2007-05-11 7:56 ` Benjamin Herrenschmidt
2007-05-13 3:40 ` Tony Breeds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).