diff options
author | Holger Dengler <dengler@linux.ibm.com> | 2024-02-27 16:49:33 +0100 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2024-04-09 17:29:56 +0200 |
commit | b3840c8bfc27c1e8dc3953d6a27960ae390d5d80 (patch) | |
tree | b24f3e578f1abc8f8e9c47822f614e212ce5db23 /arch/s390/Kconfig | |
parent | 123760841a2e5977d4e97f86999b3784df58801d (diff) | |
download | linux-stable-b3840c8bfc27c1e8dc3953d6a27960ae390d5d80.tar.gz linux-stable-b3840c8bfc27c1e8dc3953d6a27960ae390d5d80.tar.bz2 linux-stable-b3840c8bfc27c1e8dc3953d6a27960ae390d5d80.zip |
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/Kconfig | 14 |
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" |