public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* lib/crc32: new Kconfig prompt without help text
@ 2012-03-25  9:35 Stefan Richter
  2012-03-26 20:08 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Richter @ 2012-03-25  9:35 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: linux-kernel

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-26 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25  9:35 lib/crc32: new Kconfig prompt without help text Stefan Richter
2012-03-26 20:08 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox