Skip to content

Commit

Permalink
[POWERPC] Fix Kconfig undefined symbol 'IBM_NEW_EMAC_ZMII'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tony Breeds authored and Paul Mackerras committed May 17, 2007
1 parent 5c1992f commit e38e345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/powerpc/platforms/44x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e38e345

Please sign in to comment.