25ec73986b
The resource table is needed by the Linux kernel OS for a rpmsg generic support, but is also recognised by OpenAMP. This table allows to add trace based on the RAM console and to support rpmsg protocol. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
24 lines
386 B
Text
24 lines
386 B
Text
# Copyright (c) 2016 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "lib/libc/Kconfig"
|
|
|
|
menu "Additional libraries"
|
|
|
|
source "lib/cmsis_rtos_v1/Kconfig"
|
|
|
|
source "lib/cmsis_rtos_v2/Kconfig"
|
|
|
|
source "lib/fnmatch/Kconfig"
|
|
|
|
source "lib/gui/Kconfig"
|
|
|
|
source "lib/os/Kconfig"
|
|
|
|
source "lib/posix/Kconfig"
|
|
|
|
source "lib/updatehub/Kconfig"
|
|
|
|
source "lib/open-amp/Kconfig"
|
|
|
|
endmenu
|