diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2006-03-01 01:55:05 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-03-21 13:27:47 +0000 |
commit | a206f6a7aa78cfaad1d4519e87d9a54fa2b5cfa6 (patch) | |
tree | 12d180613e02ff66c34c30334135016d875402c5 /arch | |
parent | 8145095cd8fd466980ea6401f26a52e462275222 (diff) | |
download | linux-3.10-a206f6a7aa78cfaad1d4519e87d9a54fa2b5cfa6.tar.gz linux-3.10-a206f6a7aa78cfaad1d4519e87d9a54fa2b5cfa6.tar.bz2 linux-3.10-a206f6a7aa78cfaad1d4519e87d9a54fa2b5cfa6.zip |
[MIPS] Mention Broadcom part number for BigSur board
Mention the Broadcom part number for the BigSur board (BCM91480B)
in Kconfig, just like it's done for other Broadcom boards.
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 6356f7d52ce..97a9769a904 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -602,7 +602,7 @@ config SGI_IP32 If you want this kernel to run on SGI O2 workstation, say Y here. config SIBYTE_BIGSUR - bool "Support for Sibyte BigSur" + bool "Support for Sibyte BCM91480B-BigSur" select BOOT_ELF32 select DMA_COHERENT select PCI_DOMAINS |