| if TARGET_ONYX | |
| config SYS_BOARD | |
| default "onyx" | |
| config SYS_VENDOR | |
| default "nest" | |
| config SYS_SOC | |
| default "mx6" | |
| config SYS_CONFIG_NAME | |
| default "onyx" | |
| config REQUIRE_UNLOCK_TOKEN_PREFIX | |
| bool "Require unlock tokens to have a prefix" | |
| config UNLOCK_TOKEN_PREFIX | |
| string "Bootloader unlock token prefix" | |
| depends on REQUIRE_UNLOCK_TOKEN_PREFIX | |
| help | |
| If defined, the bootloader will require all bootloader unlock | |
| tokens to be prepended with this string. | |
| endif |