diff options
author | Christoph Schlameuss <schlameuss@linux.ibm.com> | 2024-08-07 17:45:12 +0200 |
---|---|---|
committer | Janosch Frank <frankja@linux.ibm.com> | 2024-09-16 10:33:32 +0200 |
commit | f9b56b2c31e5733c04464da1b73bafb9eff6569f (patch) | |
tree | cffa5b74a788b6d256c1476707737425abb8848e | |
parent | 5bab087507ae99250579f1d36071eb6c867065b1 (diff) | |
download | lwn-f9b56b2c31e5733c04464da1b73bafb9eff6569f.tar.gz lwn-f9b56b2c31e5733c04464da1b73bafb9eff6569f.zip |
s390: Enable KVM_S390_UCONTROL config in debug_defconfig
To simplify testing enable UCONTROL KVM by default in debug kernels.
Signed-off-by: Christoph Schlameuss <schlameuss@linux.ibm.com>
Reviewed-by: Janosch Frank <frankja@linux.ibm.com>
Link: https://lore.kernel.org/r/20240807154512.316936-11-schlameuss@linux.ibm.com
Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Message-ID: <20240807154512.316936-11-schlameuss@linux.ibm.com>
-rw-r--r-- | arch/s390/configs/debug_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/configs/debug_defconfig b/arch/s390/configs/debug_defconfig index ea63a7342f5f..0c989caed19a 100644 --- a/arch/s390/configs/debug_defconfig +++ b/arch/s390/configs/debug_defconfig @@ -59,6 +59,7 @@ CONFIG_CMM=m CONFIG_APPLDATA_BASE=y CONFIG_S390_HYPFS_FS=y CONFIG_KVM=m +CONFIG_KVM_S390_UCONTROL=y CONFIG_S390_UNWIND_SELFTEST=m CONFIG_S390_KPROBES_SANITY_TEST=m CONFIG_S390_MODULES_SANITY_TEST=m |