All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][MIPS] cobalt: select PCI
@ 2008-08-21 14:47 Yoichi Yuasa
  0 siblings, 0 replies; only message in thread
From: Yoichi Yuasa @ 2008-08-21 14:47 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-21 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-21 14:47 [PATCH][MIPS] cobalt: select PCI Yoichi Yuasa

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.