commit | 2f02c15a5d963007bd721d76f644c9491f6fec06 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Dec 11 11:30:34 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Jan 15 01:04:41 2008 +0000 |
tree | b2703396e25d2e37129cb01a7ad66f138a60559a | |
parent | 88fb61e4ba263685a0d5b82c7e9cd6f22a9e6a9d [diff] |
[MIPS] Kconfig fixes for BCM47XX platform The patch below fixes two problems for Kconfig on the BCM47xx platform: - arch/mips/bcm47xx/gpio.c uses ssb_extif_* functions. Selecting SSB_DRIVER_EXTIF makes sure those functions are available. - arch/mips/pci/pci.c needs, when enabled, platform specific functions, which are defined when SSB_PCICORE_HOSTMODE is enabled. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>