[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-devel] [PATCH v3 3/3] xen/arm: optee: update description in Kconfig
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Date: Tue, 24 Sep 2019 15:46:48 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=wSxFzE6t67y2/sQ5AhtkKYvKQrZ1tPL0xIjf1lPeXn4=; b=IBPTpNto7iheK9f+/Jh/+3mNbixycfx2Kqo8tYDxvIAYDtkIyfzv0MUDGPPtRXim4FZU1iRdmwTLX5CBaI68dH8Abbj3WjxxOUbrtvv6PUDJJcAe6CEFYQE5ktKNZgfSIFBWhRjWcVvSlMDe1RHJ0yQ6al5KmyY8cY6ZkFJJqmdL1w8ycgLehsZOlSAnCXKbWKCXKmbLVS40jeKjb/Ekvrte5A1j977HnShOQiWHl+QyeLFIS2nd5bdy0/9uP0kz66CnaN0gdlrzdC50DW/bxrRKtvHS9IbKd7cuq0idv8mqiWi8vz+EBwxXhBHEnHpi3UjHsuETcxrwkQWohf7FBg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YLbV+CBZrAVVO+3FytRwyewm+LeZ4QTzn6k9iLwztVqkNojR+vyn5QnjO32z+yc8z8If7Zhp2bKHlS8OeQJF+1DOYIpe5Dz6OwO1uZ5neEk0v1o1gLA532eCaf7tUn8OAx7/wTpWRoaNOW+kxYoKb8a0ZH/fio2ZiM2FtXnMhMCJBtosd1KwV4TaXHikNOCakwuTHWs88LNVqgEioOkzOLog2rVIdsmYg1PT2FnOJIJRZ3C6NC+4QBksYqaiWrs4AIz0kle3axOeS55ncpWSPjd4bTGEUwlI+hVAd0iiuLQ4pLxhUAYM/TATvDguQL/0/Lq8pgZyLBiLhb3PDXsjaQ==
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=Volodymyr_Babchuk@xxxxxxxx;
- Cc: "tee-dev@xxxxxxxxxxxxxxxx" <tee-dev@xxxxxxxxxxxxxxxx>, Julien Grall <julien.grall@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Tue, 24 Sep 2019 15:46:51 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHVcu9Gr/o7vsfWqUO7kB1qoubfpg==
- Thread-topic: [PATCH v3 3/3] xen/arm: optee: update description in Kconfig
OP-TEE mediator now is "Tech Preview" state, and we want to update
it's description in Kconfig accordingly.
Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>
---
Note to commiter: this patch depends on first 4 patches in the series.
---
xen/arch/arm/tee/Kconfig | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/xen/arch/arm/tee/Kconfig b/xen/arch/arm/tee/Kconfig
index b4b6aa2610..392169b255 100644
--- a/xen/arch/arm/tee/Kconfig
+++ b/xen/arch/arm/tee/Kconfig
@@ -3,7 +3,8 @@ config OPTEE
default n
depends on TEE
help
- Enable experimental OP-TEE mediator. It allows guests to access
- OP-TEE running on your platform. This requires virtualization-enabled
- OP-TEE present. You can learn more about virtualization for OP-TEE
- at https://optee.readthedocs.io/architecture/virtualization.html
+ Enable the OP-TEE mediator. It allows guests to access
+ OP-TEE running on your platform. This requires
+ virtualization-enabled OP-TEE present. You can learn more
+ about virtualization for OP-TEE at
+ https://optee.readthedocs.io/architecture/virtualization.html
--
2.23.0
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|