|
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2024 Intel Corporation.
|
|
|
|
mainmenu "LLEXT functionality test"
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
config LLEXT_TEST_HELLO
|
|
tristate "llext hello test"
|
|
default y
|
|
help
|
|
This enables building the hello_world test case.
|