All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Richter <stefanr@s5r6.in-berlin.de>
To: "Darrick J. Wong" <djwong@us.ibm.com>
Cc: <linux-kernel@vger.kernel.org>
Subject: lib/crc32: new Kconfig prompt without help text
Date: Sun, 25 Mar 2012 11:35:25 +0200	[thread overview]
Message-ID: <20120325113525.778eb2cd@stein> (raw)

Hi Darrick,

the new prompt "CRC32 implementation" doesn't have an own help text, only
its subsequent options have.  This is fine with a configurator like
xconfig.  But "make oldconfig" only shows help text at the choice itself,
not at the options:

$ make oldconfig
[...]
> CRC32/CRC32c functions (CRC32) [Y/?] y
>   CRC32 perform self test on init (CRC32_SELFTEST) [N/y/?] (NEW) 
>   CRC32 implementation
>   > 1. Slice by 8 bytes (CRC32_SLICEBY8) (NEW)
>     2. Slice by 4 bytes (CRC32_SLICEBY4) (NEW)
>     3. Sarwate's Algorithm (one byte at a time) (CRC32_SARWATE) (NEW)
>     4. Classic Algorithm (one bit at a time) (CRC32_BIT) (NEW)
>   choice[1-4]: ?
> 
> There is no help available for this option.

-- 
Stefan Richter
-=====-===-- --== ==--=
http://arcgraph.de/sr/

             reply	other threads:[~2012-03-25  9:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-25  9:35 Stefan Richter [this message]
2012-03-26 20:08 ` lib/crc32: new Kconfig prompt without help text Darrick J. Wong

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=20120325113525.778eb2cd@stein \
    --to=stefanr@s5r6.in-berlin.de \
    --cc=djwong@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    /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.