cmvr_head/packages/erpc-1.14.0/examples/MCUXPRESSO_SDK/Kconfig
2025-12-30 15:44:41 +08:00

41 lines
1.5 KiB
Plaintext

#
# Copyright 2024-2025 NXP
#
# SPDX-License-Identifier: BSD-3-Clause
#
config MCUX_COMPONENT_middleware.multicore.erpc.examples.erpc_common_multicore
bool "examples common sources"
default n
depends on MCUX_COMPONENT_middleware.multicore.erpc
help
This option enables eRPC examples common sources.
config MCUX_COMPONENT_middleware.multicore.erpc.examples.erpc_matrix_multiply_client
bool "erpc_matrix_multiply example shim code for client"
default n
depends on MCUX_COMPONENT_middleware.multicore.erpc
help
This option enables erpc_matrix_multiply example shim code for client.
config MCUX_COMPONENT_middleware.multicore.erpc.examples.erpc_matrix_multiply_server
bool "erpc_matrix_multiply example shim code for server"
default n
depends on MCUX_COMPONENT_middleware.multicore.erpc
help
This option enables erpc_matrix_multiply example shim code for server.
config MCUX_COMPONENT_middleware.multicore.erpc.examples.erpc_two_way_rpc_core0
bool "erpc_two_way_rpc example shim code for core0"
default n
depends on MCUX_COMPONENT_middleware.multicore.erpc
help
This option enables erpc_two_way_rpc example shim code for core0.
config MCUX_COMPONENT_middleware.multicore.erpc.examples.erpc_two_way_rpc_core1
bool "erpc_two_way_rpc example shim code for core1"
default n
depends on MCUX_COMPONENT_middleware.multicore.erpc
help
This option enables erpc_two_way_rpc example shim code for core1.