aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorTony Breeds <tony@bakeyournoodle.com>2007-05-13 13:40:53 +1000
committerPaul Mackerras <paulus@samba.org>2007-05-17 21:11:13 +1000
commite38e3458804019c3fe9b17998e05fd1cd480806d (patch)
tree0994575d4304ce8d47ac0a88818f17c89c4315e3 /arch/powerpc
parent[POWERPC] Removed hardcoded phandles from dts (diff)
downloadlinux-dev-e38e3458804019c3fe9b17998e05fd1cd480806d.tar.xz
linux-dev-e38e3458804019c3fe9b17998e05fd1cd480806d.zip
[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 <tony@bakeyournoodle.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/platforms/44x/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig
index 8e66949e7c67..1b3e008fd148 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