Message ID | 20190924154633.852828-4-volodymyr_babchuk@epam.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arch/arm: optee: fix TODOs and change status to "Tech Preview" | expand |
Hi, On 9/24/19 4:46 PM, Volodymyr Babchuk wrote: > 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@epam.com> Acked-by: Julien Grall <julien.grall@arm.com> Cheers, > > --- > > 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 >
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
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@epam.com> --- 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(-)