[PATCH] s390/uv_uapi: depend on CONFIG_S390

From: Paolo Bonzini
Date: Mon May 23 2022 - 15:37:25 EST


Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>
---
drivers/s390/char/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/s390/char/Kconfig b/drivers/s390/char/Kconfig
index ef8f41833c1a..108e8eb06249 100644
--- a/drivers/s390/char/Kconfig
+++ b/drivers/s390/char/Kconfig
@@ -103,6 +103,7 @@ config SCLP_OFB
config S390_UV_UAPI
def_tristate m
prompt "Ultravisor userspace API"
+ depends on S390
help
Selecting exposes parts of the UV interface to userspace
by providing a misc character device at /dev/uv.
--
2.31.1