| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] MIPS: fix always CONFIG_LOONGSON_UART_BASE=y |
| From: | Yoichi Yuasa <yuasa@linux-mips.org> |
| Date: | Mon, 7 Feb 2011 11:31:36 +0900 |
| Cc: | yuasa@linux-mips.org, 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:sender:date:from:to:cc:subject:message-id :x-mailer:mime-version:content-type:content-transfer-encoding; bh=A+H0c80Ljkdhh6hKRHCd5xseh/v3LeAGVzpJS37j0Qk=; b=dDN9FkjyEo2rzcFAY3Se8JD+XPiiSeekpm+1V9Uf+V4xHRJFrB1FPM7/QWgWEx3wX1 Y4ja3CCG+FMMWBMyFc+ze+fZxrHuuBKUDMMSmRxfkg8l4DyCGLYG5urb/5TOhGJOSi0+ FzXRcDJaHwt+icWN/1gA5a3n3E8JB867qaHr4= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:x-mailer:mime-version :content-type:content-transfer-encoding; b=S/6lvSUdEjbvou6d/AGZXnD0GlV1gVR9683ilLE+aAbn1eLK1dNxDah94JBN/KYQQd Z+FRgdR8JErKSemaqz45163Z/xqwLO74n9SUGE1zBTF15IEAIQC6Nlg5xjmvojGJAghE ITIBjpBFQIi1tOge8rY4ufae5ai3plPqVvAUc= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule(), Benjamin Herrenschmidt |
|---|---|
| Next by Date: | Highmem in architechtures with cache alias, Mikael Starvik |
| Previous by Thread: | Re: [PATCH] sched: provide scheduler_ipi() callback in response to smp_send_reschedule(), Benjamin Herrenschmidt |
| Next by Thread: | Re: [PATCH] MIPS: fix always CONFIG_LOONGSON_UART_BASE=y, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |