| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH][RESEND][MIPS] fix Cobalt config |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Wed, 19 Nov 2008 22:45:04 +0900 |
| Cc: | yoichi_yuasa@tripeaks.co.jp, linux-mips <linux-mips@linux-mips.org> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
PCI bus is always required for Cobalt server.
Cobalt ID requires CONFIG_PCI.
This patch adds "select PCI" to config MIPS_COBLAT.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X /home/yuasa/Memo/dontdiff linux-orig/arch/mips/Kconfig
linux/arch/mips/Kconfig
--- linux-orig/arch/mips/Kconfig 2008-10-19 22:36:34.973823677 +0900
+++ linux/arch/mips/Kconfig 2008-10-19 22:33:58.440903373 +0900
@@ -72,6 +72,7 @@ config MIPS_COBALT
select IRQ_CPU
select IRQ_GT641XX
select PCI_GT64XXX_PCI0
+ select PCI
select SYS_HAS_CPU_NEVADA
select SYS_HAS_EARLY_PRINTK
select SYS_SUPPORTS_32BIT_KERNEL
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] ptrace syscall cleanups for mips compat archs, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH] SCSI: fix the return type of the remove() method in sgiwd93.c, Dmitri Vorobiev |
| Previous by Thread: | [PATCH] MIPS: Reorder operations in stackframe.h for better scheduling, David Daney |
| Next by Thread: | [PATCH] SCSI: fix the return type of the remove() method in sgiwd93.c, Dmitri Vorobiev |
| Indexes: | [Date] [Thread] [Top] [All Lists] |