| To: | linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org>, Maxime Bizon <mbizon@freebox.fr> |
|---|---|
| Subject: | [PATCH 09/10] bcm63xx: enable SSB bus support in defconfig |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Sun, 31 May 2009 20:31:05 +0200 |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:date:subject :mime-version:x-uid:x-length:to:content-type :content-transfer-encoding:content-disposition:message-id; bh=fpfpIehskgRNF+asZ+oqzdATRKkGzNnu4iPk2hdgKR4=; b=GnQEpYfSKRn9ewjPrHv2JO1vNlKdDKGR83GIObbKP6BVFBI4UFVgzdX8dmrEd/Xoip fqA6VK1dddWE4qpcFqdgGlrLWwLPjSOiHvo86a31sCWOKW8Pb3gspRuRjs3ahhg3pCx/ Lb+SmpWs7Q3UgRCfwrxgVBf8MmfLaeRaGAmVY= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:date:subject:mime-version:x-uid:x-length:to :content-type:content-transfer-encoding:content-disposition :message-id; b=eyJgDlBcyfE2/PbREHYcUdEaPeszbeJ3K6bZXpcuUGgiVz71usib5bH3UGdtLiw0V8 5soVniCNiNqtZy0jzM7Lq1tnjVX7Y0MTpoxneCAiYfowFSM6YiPxXL3glXFhDGd0+N/2 fGJaWsIwNNt7PqRm9jnhvDG69jzvoUEjeJu4M= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
This patch enables the SSB bus support in the default configuration. Signed-off-by: Florian Fainelli <florian@openwrt.org> --- diff --git a/arch/mips/configs/bcm63xx_defconfig b/arch/mips/configs/bcm63xx_defconfig index fc99a10..ea00c18 100644 --- a/arch/mips/configs/bcm63xx_defconfig +++ b/arch/mips/configs/bcm63xx_defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.30-rc6 -# Sun May 31 19:34:53 2009 +# Sun May 31 20:17:18 2009 # CONFIG_MIPS=y @@ -661,7 +661,18 @@ CONFIG_SSB_POSSIBLE=y # # Sonics Silicon Backplane # -# CONFIG_SSB is not set +CONFIG_SSB=y +CONFIG_SSB_SPROM=y +CONFIG_SSB_PCIHOST_POSSIBLE=y +CONFIG_SSB_PCIHOST=y +# CONFIG_SSB_B43_PCI_BRIDGE is not set +CONFIG_SSB_PCMCIAHOST_POSSIBLE=y +# CONFIG_SSB_PCMCIAHOST is not set +# CONFIG_SSB_SILENT is not set +# CONFIG_SSB_DEBUG is not set +CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y +# CONFIG_SSB_DRIVER_PCICORE is not set +# CONFIG_SSB_DRIVER_MIPS is not set # # Multifunction device drivers @@ -739,6 +750,7 @@ CONFIG_USB_EHCI_BIG_ENDIAN_MMIO=y # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_ISP1760_HCD is not set CONFIG_USB_OHCI_HCD=y +# CONFIG_USB_OHCI_HCD_SSB is not set CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y CONFIG_USB_OHCI_LITTLE_ENDIAN=y |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 08/10] bcm63xx: update defconfig with gpiolib, Florian Fainelli |
|---|---|
| Next by Date: | [PATCH 10/10] bcm63xx: compile fixes for bcm63xx_enet.c, Florian Fainelli |
| Previous by Thread: | [PATCH 08/10] bcm63xx: update defconfig with gpiolib, Florian Fainelli |
| Next by Thread: | [PATCH 10/10] bcm63xx: compile fixes for bcm63xx_enet.c, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |