Received: from mail.onstor.com (66.201.51.107) by exch1.onstor.net
 (10.0.0.225) with Microsoft SMTP Server id 8.1.311.2; Sun, 25 Jan 2009
 04:32:40 -0800
Received: from dalesmta2-2.messageone.com ([129.41.169.249]) by
 mail.onstor.com with Microsoft SMTPSVC(6.0.3790.3959);	 Sun, 25 Jan 2009
 04:32:39 -0800
Received: from ftp.linux-mips.org (ftp.linux-mips.org [213.58.128.207])	by
 dalesmta2-2.messageone.com (8.13.8/8.13.8) with ESMTP id n0PCWWuN022559	for
 <andy.sharp@onstor.com>; Sun, 25 Jan 2009 06:32:35 -0600
Received: from localhost.localdomain ([127.0.0.1]:43678 "EHLO
	ftp.linux-mips.org") by ftp.linux-mips.org with ESMTP	id S21364913AbZAYMc3
 (ORCPT <rfc822;andy.sharp@onstor.com>);	Sun, 25 Jan 2009 12:32:29 +0000
Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 25 Jan 2009 12:32:12
 +0000 (GMT)
Received: from mow300.po.2iij.NET ([210.128.50.200]:54730 "EHLO
	mow.po.2iij.net") by ftp.linux-mips.org with ESMTP	id S21366146AbZAYMbx
 (ORCPT <rfc822;linux-mips@linux-mips.org>);	Sun, 25 Jan 2009 12:31:53 +0000
Received: by mow.po.2iij.net (mow300) id n0PCVo0b002664; Sun, 25 Jan 2009
 21:31:50 +0900
Received: from delta (133.6.30.125.dy.iij4u.or.jp [125.30.6.133])	by
 mbox.po.2iij.net (po-mbox301) id n0PCVjLw016789	(version=TLSv1/SSLv3
 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);	Sun, 25 Jan 2009 21:31:45
 +0900
From: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
To: Ralf Baechle <ralf@linux-mips.org>
CC: "yoichi_yuasa@tripeaks.co.jp" <yoichi_yuasa@tripeaks.co.jp>, linux-mips
	<linux-mips@linux-mips.org>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Sun, 25 Jan 2009 04:25:11 -0800
Subject: [PATCH][MIPS] Cobalt: add select PCI
Thread-Topic: [PATCH][MIPS] Cobalt: add select PCI
Thread-Index: Acl+6QOuotKpKQDaTnq6k0vWU5YI8g==
Message-ID: <20090125212511.b64bc630.yoichi_yuasa@tripeaks.co.jp>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Internal
X-MS-Exchange-Organization-AuthMechanism: 0b
X-MS-Exchange-Organization-AuthSource: exch1.onstor.net
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-originalarrivaltime: 25 Jan 2009 12:32:40.0172 (UTC)
 FILETIME=[0320A2C0:01C97EE9]
errors-to: linux-mips-bounce@linux-mips.org
x-ems-proccessed: 2K3Xl1OQTInXD6xxuA8z3Q==
x-ems-stamp: TmXYktWCV+QGcyT+1eJfnA==
x-messageone-virus-version: vendor=fsecure
 engine=4.65.7400:2.4.4,1.2.40,4.0.164
 definitions=2009-01-25_01:2009-01-21,2009-01-24,2009-01-25 signatures=0
x-messageone-virus-scanned: Clean
x-messageone-envelope-sender: linux-mips-bounce@linux-mips.org
x-messageone-spam-details: rule=m773emszm_notspam policy=m773emszm score=0
 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam
 adjust=0 reason=mlx engine=3.1.0-0810130000 definitions=main-0901250040
x-messageone-spam-score: 0
x-messageone-spam-bar:
x-list: linux-mips
x-archive-position: 21816
x-ecartis-version: Ecartis v1.0.0
x-original-sender: yoichi_yuasa@tripeaks.co.jp
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

PCI bus is always required for Cobalt ID.

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

