tkaratapanis commented on code in PR #16734: URL: https://github.com/apache/nuttx/pull/16734#discussion_r2212805133
########## drivers/misc/Kconfig: ########## @@ -70,6 +70,11 @@ config DEV_OPTEE_NONE endchoice +config DEV_OPTEE_SUPPLICANT + bool "Enables kernel driver for TEE supplicant" + default n + depends on DEV_OPTEE_SMC Review Comment: The supplicant currently is indirectly invoked from the` optee_smc.c: optee_transport_call()`. The RPC handling "entry point" is `optee_smc_handle_rpc()`, which then invokes `optee_rpc_handle_cmd()`. All interactions with the supplicant happen through the `optee_rpc.c` and since it is only invoked by smc code I added this dependency. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org