Files
u-boot/include
Patrick Delaunay 51827f9a8b lib: optee: remove the duplicate CONFIG_OPTEE
The configuration CONFIG_OPTEE is defined 2 times:
1- in lib/optee/Kconfig for support of OPTEE images loaded by bootm command
2- in drivers/tee/optee/Kconfig for support of OP-TEE driver.

It is abnormal to have the same CONFIG define for 2 purpose;
and it is difficult to managed correctly their dependencies.

Moreover CONFIG_SPL_OPTEE is defined in common/spl/Kconfig
to manage OPTEE image load in SPL.

This definition causes an issue with the macro CONFIG_IS_ENABLED(OPTEE)
to test the availability of the OP-TEE driver.

This patch cleans the configuration dependency with:
- CONFIG_OPTEE_IMAGE (renamed) => support of OP-TEE image in U-Boot
- CONFIG_SPL_OPTEE_IMAGE (renamed) => support of OP-TEE image in SPL
- CONFIG_OPTEE (same) => support of OP-TEE driver in U-Boot
- CONFIG_OPTEE_LIB (new) => support of OP-TEE library

After this patch, the macro have the correct behavior:
- CONFIG_IS_ENABLED(OPTEE_IMAGE) => Load of OP-TEE image is supported
- CONFIG_IS_ENABLED(OPTEE) => OP-TEE driver is supported

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
2021-10-05 08:44:48 -04:00
..
2021-06-17 09:40:57 +08:00
2021-09-28 18:50:56 +03:00
2021-09-16 10:29:40 -04:00
2017-02-08 15:56:28 -05:00
2021-09-13 18:23:13 -04:00
2021-01-15 14:36:12 -05:00
2021-01-25 21:52:00 +00:00
2021-01-25 21:52:00 +00:00
2021-07-21 10:27:35 -06:00
2021-01-12 10:58:04 +05:30
2021-09-25 09:46:15 -06:00
2020-12-26 12:37:28 +01:00
2021-07-23 13:36:20 -04:00
2021-01-30 14:25:42 -07:00
2021-06-18 10:09:41 +02:00
2021-04-16 17:32:34 -04:00
2021-07-07 19:52:22 -04:00
2021-04-10 08:04:42 -04:00
2020-10-30 10:56:11 -04:00
2021-08-30 14:13:28 -04:00
2021-08-06 08:26:48 -04:00
2021-09-25 09:46:15 -06:00
2019-11-07 18:39:16 -05:00
2021-06-23 08:45:03 -04:00
2021-08-30 14:13:28 -04:00
2021-09-28 12:03:20 -04:00
2020-07-17 10:47:19 -04:00
2021-07-07 19:52:24 -04:00
2021-04-12 17:44:55 -04:00
2008-05-21 00:14:08 +02:00
2020-09-30 11:55:23 -04:00
2021-09-30 08:08:56 -04:00
2021-03-27 15:04:31 +13:00
2021-01-05 16:20:26 -05:00
2021-01-27 17:03:16 -05:00
2021-01-15 14:36:12 -05:00