]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
xen/arm: tee: place OP-TEE Kconfig option right after TEE
authorVolodymyr Babchuk <Volodymyr_Babchuk@epam.com>
Wed, 19 Jun 2019 17:54:22 +0000 (17:54 +0000)
committerJulien Grall <julien.grall@arm.com>
Tue, 9 Jul 2019 14:15:24 +0000 (15:15 +0100)
It is nicer, when options for particular TEE mediators (currently,
OP-TEE only) are following generic "Enable TEE mediators support"
option in the menuconfig:

 [*] Enable TEE mediators support
 [ ]   Enable OP-TEE mediator

Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Reviewed-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/Kconfig

index 04d399ffbfac5c3d6bec171ba27c1006c194e735..c2db2a69534b7063ff383b3ecd8217de10cb4264 100644 (file)
@@ -113,6 +113,8 @@ config TEE
          This option enables generic TEE mediators support. It allows guests
          to access real TEE via one of TEE mediators implemented in XEN.
 
+source "arch/arm/tee/Kconfig"
+
 endmenu
 
 menu "ARM errata workaround via the alternative framework"
@@ -238,5 +240,3 @@ source "arch/arm/platforms/Kconfig"
 source "common/Kconfig"
 
 source "drivers/Kconfig"
-
-source "arch/arm/tee/Kconfig"