diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2009-06-02 23:17:07 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-06-08 16:57:50 +0100 |
commit | e25bfc9243f2eab12a2ce92b7f4b8a2e3e6949a6 (patch) | |
tree | 2829e2a9341cba56d6af96824b37bfcd0fc5336d | |
parent | c9d89d97f0d174b9154820dd5c6726d1c794cd99 (diff) | |
download | op-kernel-dev-e25bfc9243f2eab12a2ce92b7f4b8a2e3e6949a6.zip op-kernel-dev-e25bfc9243f2eab12a2ce92b7f4b8a2e3e6949a6.tar.gz |
MIPS: Cobalt: PCI bus is always required to obtain the board ID
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 28119e6..25f3b0a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -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 |