| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: [PATCH v6 1/8] Loongson: Lemote-2F: add platform specific submenu |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Tue, 01 Dec 2009 21:35:38 +0800 |
| Cc: | linux-mips@linux-mips.org, zhangfx@lemote.com |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=MT3c1Z04QHV4tHP/BL4MvzmLoLlsx7EBrdhI+ltI5F8=; b=JNkx+lkQSZAYpvEiYtSaQCnPnogQJK47gIr7h2zlG9LrnSPBW+6qNdeK6L08INev4D jrJz3r9GAZqWnIz1LBxCjHRbLUxqkZnLvGPCrjuEMVyyF7vckPioTJEFmVjhJfBVz4ls bG/eo74pvAkSTMGKp1RnFaWVRxnN2sOu/zfwo= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=F4GWKVHVTcRpi+DdzmDIbaN/OJVp9riPY/cDoFRGZuhLKWW5JBzi8mVL8as4V6l8U5 n2Sh8N+XCDmZsGNL/3pqMffBA9HdpySFitfjhXy4PoMfxvOCvw8Nf5ySBZDQuCa9AIIY 0sNZdr9wyWVPziP5epzXS8CgChI4rI1Vflwgw= |
| In-reply-to: | <20091201133223.GA14064@linux-mips.org> |
| Organization: | DSLab, Lanzhou University, China |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1259664573.git.wuzhangjin@gmail.com> <a67a4a2ab32fc0e3281845479f07adf69dbf0bb2.1259664573.git.wuzhangjin@gmail.com> <20091201133223.GA14064@linux-mips.org> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
On Tue, 2009-12-01 at 13:32 +0000, Ralf Baechle wrote:
> On Tue, Dec 01, 2009 at 07:07:23PM +0800, Wu Zhangin wrote:
>
> > 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
>
> Useless comment. LOONGSON_PLATFORM_DEVICES already says exactly that.
>
Yep, Need to remove it ;)
Thanks!
Wu Zhangjin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v6 2/8] Loongson: YeeLoong: add platform specific option, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH v6 2/8] Loongson: YeeLoong: add platform specific option, Wu Zhangjin |
| Previous by Thread: | Re: [PATCH v6 1/8] Loongson: Lemote-2F: add platform specific submenu, Ralf Baechle |
| Next by Thread: | [PATCH v6 2/8] Loongson: YeeLoong: add platform specific option, Wu Zhangin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |