From: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: yoichi_yuasa@tripeaks.co.jp, linux-mips <linux-mips@linux-mips.org>
Subject: [PATCH][MIPS] cobalt: select PCI
Date: Thu, 21 Aug 2008 23:47:52 +0900 [thread overview]
Message-ID: <48ad801b.9e03be0a.1023.04ef@mx.google.com> (raw)
cobalt_board_id is indispensable for Cobalt server.
It's depend on PCI.
arch/mips/cobalt/built-in.o: In function `cobalt_led_add':
led.c:(.init.text+0x1a4): undefined reference to `cobalt_board_id'
led.c:(.init.text+0x1a8): undefined reference to `cobalt_board_id'
arch/mips/cobalt/built-in.o: In function `cobalt_uart_add':
serial.c:(.init.text+0x334): undefined reference to `cobalt_board_id'
serial.c:(.init.text+0x338): undefined reference to `cobalt_board_id'
arch/mips/cobalt/built-in.o: In function `get_system_type':
(.text.get_system_type+0x0): undefined reference to `cobalt_board_id'
arch/mips/cobalt/built-in.o:(.text.get_system_type+0x4): more undefined references to `cobalt_board_id' follow
make: *** [vmlinux] Error 1
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-08-05 13:54:04.522608782 +0900
+++ linux/arch/mips/Kconfig 2008-08-05 13:54:52.185324926 +0900
@@ -71,6 +71,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
reply other threads:[~2008-08-21 14:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48ad801b.9e03be0a.1023.04ef@mx.google.com \
--to=yoichi_yuasa@tripeaks.co.jp \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.