move async raid6 test to lib/Kconfig.debug
authorDan Williams <dan.j.williams@intel.com>
Thu, 7 Oct 2010 22:25:04 +0000 (15:25 -0700)
committerDan Williams <dan.j.williams@intel.com>
Thu, 7 Oct 2010 22:25:04 +0000 (15:25 -0700)
commit400fb7f6a0cfe13025cb0296fdb4737da7025a8a
treef0e956b04e3c566020b2ce1ba9454d3e4a49cf63
parent6391987d6f8ced7d0fafaa1440dcc57bb4b34d8f
move async raid6 test to lib/Kconfig.debug

The prompt for "Self test for hardware accelerated raid6 recovery" does not
belong in the top level configuration menu.  All the options in
crypto/async_tx/Kconfig are selected and do not depend on CRYPTO.
Kconfig.debug seems like a reasonable fit.

Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
crypto/async_tx/Kconfig
lib/Kconfig.debug