diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-16 16:03:44 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-01-16 16:29:36 +0100 |
commit | b26d9ac76b22f53f1553d63c676dc2e70a8e3157 (patch) | |
tree | 58631b970dac0875ab4e152e61829d239aa347ea | |
parent | a9e985783ed936376de9f27eff54e37d584fb855 (diff) | |
download | talos-obmc-linux-b26d9ac76b22f53f1553d63c676dc2e70a8e3157.tar.gz talos-obmc-linux-b26d9ac76b22f53f1553d63c676dc2e70a8e3157.zip |
MIPS: BCM47xx: Enable SSB prerequisite SSB_DRIVER_PCICORE.
Split of from Arend's patch.
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Cc: Sergei Shtylyov <sshtylyov@mvista.com>
Cc: linux-mips@linux-mips.org
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Patchwork: https://patchwork.linux-mips.org/patch/4759/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/bcm47xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/Kconfig b/arch/mips/bcm47xx/Kconfig index ae47727b0a4a..ba611927749b 100644 --- a/arch/mips/bcm47xx/Kconfig +++ b/arch/mips/bcm47xx/Kconfig @@ -8,6 +8,7 @@ config BCM47XX_SSB select SSB_DRIVER_EXTIF select SSB_EMBEDDED select SSB_B43_PCI_BRIDGE if PCI + select SSB_DRIVER_PCICORE if PCI select SSB_PCICORE_HOSTMODE if PCI select SSB_DRIVER_GPIO select GPIOLIB |