From: Samuel Ortiz <sameo@linux.intel.com>
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: lkml <linux-kernel@vger.kernel.org>, akpm <akpm@linux-foundation.org>
Subject: Re: [PATCH] mfd: use menuconfig for quicker config editing
Date: Tue, 11 May 2010 01:09:25 +0200 [thread overview]
Message-ID: <20100510230924.GF3288@sortiz.org> (raw)
In-Reply-To: <20100507150525.70d76e17.rdunlap@xenotime.net>
Hi Randy,
On Fri, May 07, 2010 at 03:05:25PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> Change MFD 'menu' to 'menuconfig' to facilitate easy (one-click)
> disabling of all MFD drivers.
Thanks, patch applied.
Cheers,
Samuel.
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> Cc: Samuel Ortiz <sameo@linux.intel.com>
> ---
> drivers/mfd/Kconfig | 10 ++++++++--
> 1 file changed, 8 insertions(+), 2 deletions(-)
>
> --- linux-2.6.34-rc6-git5.orig/drivers/mfd/Kconfig
> +++ linux-2.6.34-rc6-git5/drivers/mfd/Kconfig
> @@ -2,8 +2,14 @@
> # Multifunction miscellaneous devices
> #
>
> -menu "Multifunction device drivers"
> +menuconfig MFD_SUPPORT
> + bool "Multifunction device drivers"
> depends on HAS_IOMEM
> + default y
> + help
> + Configure MFD device drivers.
> +
> +if MFD_SUPPORT
>
> config MFD_CORE
> tristate
> @@ -399,7 +405,7 @@ config LPC_SCH
> LPC bridge function of the Intel SCH provides support for
> System Management Bus and General Purpose I/O.
>
> -endmenu
> +endif # MFD_SUPPORT
>
> menu "Multimedia Capabilities Port drivers"
> depends on ARCH_SA1100
--
Intel Open Source Technology Centre
http://oss.intel.com/
prev parent reply other threads:[~2010-05-10 23:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-07 22:05 [PATCH] mfd: use menuconfig for quicker config editing Randy Dunlap
2010-05-10 23:09 ` Samuel Ortiz [this message]
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=20100510230924.GF3288@sortiz.org \
--to=sameo@linux.intel.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@xenotime.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.