summaryrefslogtreecommitdiff
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linux.ibm.com>2024-02-27 18:49:33 +0300
committerAlexander Gordeev <agordeev@linux.ibm.com>2024-04-09 18:29:56 +0300
commitb3840c8bfc27c1e8dc3953d6a27960ae390d5d80 (patch)
treeb24f3e578f1abc8f8e9c47822f614e212ce5db23 /arch/s390/Kconfig
parent123760841a2e5977d4e97f86999b3784df58801d (diff)
downloadlinux-b3840c8bfc27c1e8dc3953d6a27960ae390d5d80.tar.xz
s390/ap: rename ap debug configuration option
The configuration option ZCRYPT_DEBUG is used only in ap queue code, so rename it to AP_DEBUG. It also no longer depends on ZCRYPT but on AP. While at it, also update the help text. Signed-off-by: Holger Dengler <dengler@linux.ibm.com> Reviewed-by: Harald Freudenberger <freude@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index db7eb4d77d38..b9857aacd40b 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -737,6 +737,20 @@ config AP
If unsure, say Y (default).
+config AP_DEBUG
+ def_bool n
+ prompt "Enable debug features for Adjunct Processor (ap) devices"
+ depends on AP
+ help
+ Say 'Y' here to enable some additional debug features for Adjunct
+ Processor (ap) devices.
+
+ There will be some more sysfs attributes displayed for ap queues.
+
+ Do not enable on production level kernel build.
+
+ If unsure, say N.
+
config VFIO_CCW
def_tristate n
prompt "Support for VFIO-CCW subchannels"