| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH v6 1/8] Loongson: Lemote-2F: add platform specific submenu |
| From: | Wu Zhangin <wuzhangjin@gmail.com> |
| Date: | Tue, 1 Dec 2009 19:07:23 +0800 |
| Cc: | linux-mips@linux-mips.org, zhangfx@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:in-reply-to:references; bh=HFYSN0IXtJ50L6H3h1pPKd+UhjsWhfx1ZLTJaxlQp1s=; b=VeHT2WBHbnMIYahVSijcCv3VekQBp5WJN6T1ZUur6potoSMpM4yFJQ+80UCWK8KEIw /EW/5j+EEB3J+ryNG9ZLFm1ic+PkS7GGTUm0KWutlBLTT6o1ieP6KqEFtUBXunxCux3l f6iA7Ut24Hhys2kZUEN29VY+WGpP7/pEabqmo= |
| 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=bNvdcMkN9+wG6bZp4yZudOZHA1fUplVt8I8DAAZKrNtvoQ8JK7UyRAv7j1WzaA1RAE m32tv0A7poOKlFWCF2ORAlhGYX46fVQ1otyhz25u14TJinQla3KC8yAU3QKaUwnjNGiV 68Kao1R4qMRsxLCZN/J4+XUWnPVKRvnlO6iJE= |
| In-reply-to: | <cover.1259660040.git.wuzhangjin@gmail.com> |
| In-reply-to: | <cover.1259664573.git.wuzhangjin@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1259660040.git.wuzhangjin@gmail.com> |
| References: | <cover.1259664573.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 v6 0/8] Loongson: YeeLoong: add platform specific drivers, Wu Zhangin |
|---|---|
| Next by Date: | [PATCH v6 2/8] Loongson: YeeLoong: add platform specific option, Wu Zhangin |
| Previous by Thread: | [PATCH v6 0/8] Loongson: YeeLoong: add platform specific drivers, Wu Zhangin |
| Next by Thread: | Re: [PATCH v6 1/8] Loongson: Lemote-2F: add platform specific submenu, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |