| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH][MIPS] cobalt: select PCI |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Thu, 21 Aug 2008 23:47:52 +0900 |
| Cc: | yoichi_yuasa@tripeaks.co.jp, linux-mips <linux-mips@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :x-mailer:mime-version:content-type:content-transfer-encoding:sender :message-id; bh=BYCSHeyDTqHF4rDxRylMXj5v55k7QyS7XZ9S6q9DEKU=; b=BAV5eM9R/dNN+pCmN5ltcQEzafZRhxUHPLNynA1uYHl+e5X1l6mpGoRoGp5ZFAOK1w 2OANNZf8JDJGrIn7FaKQWPV8DWWeGJZTMtqoo+JWdLFHb7AlRVvQ7J9W2bQ0JEhvSgTl TE93GfdcafoFRtFVE0eXdD4qGGaJEVdEYImIg= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:x-mailer:mime-version:content-type :content-transfer-encoding:sender:message-id; b=DB1mmHbaO7IJ7VMu1dBrZHWfGHcMgrNxg6A+XtlzPlnOAF6Et6TnSgqftTCElXkMy3 zop071raYoAAaj3X+vQaetj5INiaSWU+d5ai33lUHmScB1QR9zo8QjgCqz+q+A9KHvkM aJiK5LJBavTrek3q5Uvj9PWioC9BzEGdckmxo= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] cobalt: group UART definition into header, Yoichi Yuasa |
|---|---|
| Next by Date: | Re: [PATCH] mips: Add dma_mmap_coherent(), Takashi Iwai |
| Previous by Thread: | [PATCH] cobalt: group UART definition into header, Florian Fainelli |
| Next by Thread: | [PATCH 1/6] rb532: cleanup and group definitions to their right places, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |