Commit e38e3458 authored by Tony Breeds's avatar Tony Breeds Committed by Paul Mackerras
Browse files

[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: default avatarTony Breeds <tony@bakeyournoodle.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 5c1992f8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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