zephyr/tests/subsys/llext/simple/Kconfig

13 lines
263 B
Plaintext

# 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.