From: Sergei Shtylyov <sshtylyov@mvista.com>
To: Viresh Kumar <viresh.kumar@st.com>
Cc: jgarzik@pobox.com, linux-ide@vger.kernel.org
Subject: Re: [PATCH] ATA: Debugging options for the ATA subsystem
Date: Wed, 08 Jun 2011 18:39:46 +0400 [thread overview]
Message-ID: <4DEF89B2.6010601@ru.mvista.com> (raw)
In-Reply-To: <1edabe459c04313f2e9bb4282a7bea208272e618.1307513666.git.viresh.kumar@st.com>
Hello.
Viresh Kumar wrote:
> This adds Kconfig options for DEBUG and VERBOSE_DEBUG to the ATA subsystem
> Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
> ---
> drivers/ata/Kconfig | 14 ++++++++++++++
> drivers/ata/Makefile | 2 ++
> 2 files changed, 16 insertions(+), 0 deletions(-)
> diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
> index 75afa75..d527fbe 100644
> --- a/drivers/ata/Kconfig
> +++ b/drivers/ata/Kconfig
> @@ -30,6 +30,20 @@ menuconfig ATA
>
> if ATA
>
> +config ATA_DEBUG
> + bool "ATA debugging"
> + help
> + This is an option for use by developers; most people should
> + say N here. This enables ATA core and driver debugging.
> +
> +config ATA_VDEBUG
> + bool "ATA verbose debugging"
> + depends on ATA_DEBUG != n
Why not just on ATA_DEBUG? It can only be 'y' or 'n'.
WBR, Sergei
next prev parent reply other threads:[~2011-06-08 14:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-08 6:18 [PATCH] ATA: Debugging options for the ATA subsystem Viresh Kumar
2011-06-08 14:39 ` Sergei Shtylyov [this message]
2011-06-09 3:52 ` viresh kumar
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=4DEF89B2.6010601@ru.mvista.com \
--to=sshtylyov@mvista.com \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=viresh.kumar@st.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;
as well as URLs for NNTP newsgroup(s).