6c190292c0
Start using the upstream Kconfig from LVGL and move the glue code out of the zephyr tree and put it under lvgl/zephyr/ in modules. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@huawei.com>
19 lines
279 B
Plaintext
19 lines
279 B
Plaintext
# Copyright (c) 2016 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "lib/libc/Kconfig"
|
|
|
|
menu "Additional libraries"
|
|
|
|
source "lib/os/Kconfig"
|
|
|
|
source "lib/posix/Kconfig"
|
|
|
|
source "lib/open-amp/Kconfig"
|
|
|
|
source "lib/util/Kconfig"
|
|
|
|
source "lib/smf/Kconfig"
|
|
|
|
endmenu
|