[POWERPC] Fix Kconfig undefined symbol 'IBM_NEW_EMAC_ZMII'
authorTony Breeds <tony@bakeyournoodle.com>
Sun, 13 May 2007 03:40:53 +0000 (13:40 +1000)
committerPaul Mackerras <paulus@samba.org>
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 <tony@bakeyournoodle.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/44x/Kconfig

index 8e66949..1b3e008 100644 (file)
@@ -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