Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e38e3458804019c3fe9b17998e05fd1cd480806d
Commit:     e38e3458804019c3fe9b17998e05fd1cd480806d
Parent:     5c1992f83304cf2d56934dd6c06709b96e1b0c81
Author:     Tony Breeds <[EMAIL PROTECTED]>
AuthorDate: Sun May 13 13:40:53 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Thu May 17 21:11:13 2007 +1000

    [POWERPC] 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 <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/44x/Kconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/44x/Kconfig 
b/arch/powerpc/platforms/44x/Kconfig
index 8e66949..1b3e008 100644
--- 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to