Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2f02c15a5d963007bd721d76f644c9491f6fec06
Commit:     2f02c15a5d963007bd721d76f644c9491f6fec06
Parent:     88fb61e4ba263685a0d5b82c7e9cd6f22a9e6a9d
Author:     Aurelien Jarno <[EMAIL PROTECTED]>
AuthorDate: Tue Dec 11 11:30:34 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Jan 15 01:04:41 2008 +0000

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 291d368..b22c043 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -59,6 +59,8 @@ config BCM47XX
        select SYS_SUPPORTS_LITTLE_ENDIAN
        select SSB
        select SSB_DRIVER_MIPS
+       select SSB_DRIVER_EXTIF
+       select SSB_PCICORE_HOSTMODE if PCI
        select GENERIC_GPIO
        select SYS_HAS_EARLY_PRINTK
        select CFE
-
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