mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Kyungmin Park" <kmpark@infradead.org>
To: "David Brownell" <david-b@pacbell.net>
Cc: "Bryan Wu" <cooloney@kernel.org>,
	"Michael Hennerich" <michael.hennerich@analog.com>,
	linux-mtd@lists.infradead.org,
	lkml <linux-kernel@vger.kernel.org>
Subject: Re: [patch 2.6.26-rc8+] mtd: dataflash OTP support
Date: Mon, 30 Jun 2008 13:14:13 +0900	[thread overview]
Message-ID: <9c9fda240806292114m43d4e940h3346c03d92d65b32@mail.gmail.com> (raw)
In-Reply-To: <200806292019.53376.david-b@pacbell.net>

Hi David,

>
> +#ifdef CONFIG_MTD_OTP
> +#define HAVE_OTP
> +#endif
> +
> +#ifdef CONFIG_MTD_ONENAND_OTP
> +#define HAVE_OTP
> +#endif
> +
> +#ifdef CONFIG_MTD_DATAFLASH_OTP
> +#define HAVE_OTP
> +#endif
> +

How about to add these at Kconfig like this,

config MTD_HAVE_OTP
         bool
         default n

and NOR, OneNAND, and DATAFLASH select MTD_HAVE_OTP if OTP support.

Thank you,
Kyungmin Park

  reply	other threads:[~2008-06-30  4:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-30  3:19 David Brownell
2008-06-30  4:14 ` Kyungmin Park [this message]
2008-06-30  5:03   ` David Brownell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9c9fda240806292114m43d4e940h3346c03d92d65b32@mail.gmail.com \
    --to=kmpark@infradead.org \
    --cc=cooloney@kernel.org \
    --cc=david-b@pacbell.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=michael.hennerich@analog.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®