mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-04 13:49:08 +00:00
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:
parent
a8740c2602
commit
49f6a219f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue