s390/zcrypt: New config switch CONFIG_ZCRYPT_DEBUG
authorHarald Freudenberger <freude@linux.ibm.com>
Wed, 23 Sep 2020 07:18:38 +0000 (09:18 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 7 Oct 2020 19:49:59 +0000 (21:49 +0200)
commit0ae88ccf4c160e02316e054db67156230568cf49
treefde73855fd1418b1f9d3459f58f1463f665d2d31
parent91ffc519c1997520ff3435ee227d86cfaa30d037
s390/zcrypt: New config switch CONFIG_ZCRYPT_DEBUG

Introduce a new config switch CONFIG_ZCRYPT_DEBUG which
will be used to enable some features for debugging the
zcrypt device driver and ap bus system:

Another patch will use this for displaying ap card and
ap queue state information via sysfs attribute.

A furher patch will use this to enable some special
treatment for some fields of an crypto request to be able
to inject failures and so help debugging with regards
to handling of failures.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/crypto/Kconfig