All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: fix always CONFIG_LOONGSON_UART_BASE=y
@ 2011-02-07  2:31 Yoichi Yuasa
  2011-02-09 15:01 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2011-02-07  2:31 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
 arch/mips/loongson/Kconfig |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig
index 6e1b77f..aca93ee 100644
--- a/arch/mips/loongson/Kconfig
+++ b/arch/mips/loongson/Kconfig
@@ -1,6 +1,7 @@
+if MACH_LOONGSON
+
 choice
 	prompt "Machine Type"
-	depends on MACH_LOONGSON
 
 config LEMOTE_FULOONG2E
 	bool "Lemote Fuloong(2e) mini-PC"
@@ -87,3 +88,5 @@ config LOONGSON_UART_BASE
 config LOONGSON_MC146818
 	bool
 	default n
+
+endif # MACH_LOONGSON
-- 
1.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: fix always CONFIG_LOONGSON_UART_BASE=y
  2011-02-07  2:31 [PATCH] MIPS: fix always CONFIG_LOONGSON_UART_BASE=y Yoichi Yuasa
@ 2011-02-09 15:01 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2011-02-09 15:01 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: linux-mips

On Mon, Feb 07, 2011 at 11:31:36AM +0900, Yoichi Yuasa wrote:

Thanks, applied.

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-09 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-07  2:31 [PATCH] MIPS: fix always CONFIG_LOONGSON_UART_BASE=y Yoichi Yuasa
2011-02-09 15:01 ` Ralf Baechle

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.