examples/optee_gp: Fix Kconfig if/else condition

Previous Kconfig had a mistake guarding optee_gp
Kconfig values based on EXAMPLES_OPTEE instead of
EXAMPLES_OPTEE_GP. Fix that

Signed-off-by: George Poulios <gpoulios@census-labs.com>
This commit is contained in:
George Poulios 2025-05-20 14:30:24 +03:00 committed by Xiang Xiao
parent a8740c2602
commit 49f6a219f9

View file

@ -10,7 +10,7 @@ config EXAMPLES_OPTEE_GP
---help---
Enable the OP-TEE GP API client example which uses libteec
if EXAMPLES_OPTEE
if EXAMPLES_OPTEE_GP
config EXAMPLES_OPTEE_GP_PROGNAME
string "Program name"