| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH v5 1/8] Loongson: Lemote-2F: add platform specific submenu |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Sat, 28 Nov 2009 21:31:54 +0800 |
| Cc: | Dmitry Torokhov <dmitry.torokhov@gmail.com>, linux-mips@linux-mips.org, zhangfx@lemote.com, yanh@lemote.com, huhb@lemote.com, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=HFYSN0IXtJ50L6H3h1pPKd+UhjsWhfx1ZLTJaxlQp1s=; b=resFbM0O63/XJroA5GJP1+f62+p/rw2q1o5Kb94a4sNMW1SM7KbNHmkktnhvLMKd0J AwdDAjPPOtiaOzOnesh/1SSHYzixPi8WfPT2m0bTUs4QlpMw+0aFs6hZEzb2x4S/1XT1 rsoRPh8HfeMe5pcqpIUMzulIMkJV7Vbpp63YU= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=TFm/SW6+KSLurLJxsEyI7ilFAqcr8YPHffry8gCGlA9PNUd9WWoDXaxWXp/OVcJYMU QIlTQieE8sS/eFBNnsFJ71HzBNzVnhJo1c15vVWKugu/mAinxLX6uG1SFy9mXD1qJWK5 /MYlQs7mu1UlSe1hc6Zi9+Hvrb7AaJDGOf0k4= |
| In-reply-to: | <cover.1259414649.git.wuzhangjin@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1259414649.git.wuzhangjin@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Wu Zhangjin <wuzhangjin@gmail.com>
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
---
arch/mips/loongson/Kconfig | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig
index 3df1967..a34dfcc 100644
--- a/arch/mips/loongson/Kconfig
+++ b/arch/mips/loongson/Kconfig
@@ -83,3 +83,23 @@ config LOONGSON_UART_BASE
bool
default y
depends on EARLY_PRINTK || SERIAL_8250
+
+#
+# Loongson Platform Specific Drivers
+#
+
+menuconfig LOONGSON_PLATFORM_DEVICES
+ bool "Loongson Platform Drivers"
+ default y
+ help
+ Say Y here to get to see options for device drivers of various
+ loongson platforms, including vendor-specific laptop/pc extension
+ drivers. This option alone does not add any kernel code.
+
+ If you say N, all options in this submenu will be skipped and
disabled.
+
+if LOONGSON_PLATFORM_DEVICES
+# Put platform specific stuff here
+
+
+endif # LOONGSON_PLATFORM_DEVICES
--
1.6.2.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH v5 0/8] Loongson: YeeLoong: add platform specific drivers, Wu Zhangjin |
|---|---|
| Next by Date: | [PATCH v5 2/8] Loongson: YeeLoong: add platform specific option, Wu Zhangjin |
| Previous by Thread: | [PATCH v5 0/8] Loongson: YeeLoong: add platform specific drivers, Wu Zhangjin |
| Next by Thread: | [PATCH v5 2/8] Loongson: YeeLoong: add platform specific option, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |