Anas Nashif | 0b2c44a | 2016-05-14 23:10:51 -0400 | [diff] [blame] | 1 | # Copyright (c) 2016 Intel Corporation |
David B. Kinder | ac74d8b | 2017-01-18 17:01:01 -0800 | [diff] [blame] | 2 | # SPDX-License-Identifier: Apache-2.0 |
Constanza Heath | 7d0e1d9 | 2015-08-21 16:16:58 -0700 | [diff] [blame] | 3 | |
Anas Nashif | fe958df | 2016-12-15 11:16:55 -0500 | [diff] [blame] | 4 | source "lib/libc/Kconfig" |
Leandro Pereira | fb192c5 | 2017-02-16 15:51:31 -0800 | [diff] [blame] | 5 | |
Anas Nashif | bb64ec2 | 2018-02-25 21:54:04 -0500 | [diff] [blame] | 6 | menu "Additional libraries" |
| 7 | |
Jan Van Winkel | cbfcae7 | 2018-03-25 01:27:48 +0100 | [diff] [blame] | 8 | source "lib/gui/Kconfig" |
| 9 | |
Anas Nashif | db92e5c | 2019-01-19 06:57:38 -0500 | [diff] [blame] | 10 | source "lib/os/Kconfig" |
| 11 | |
| 12 | source "lib/posix/Kconfig" |
| 13 | |
Arnaud Pouliquen | 25ec739 | 2019-09-20 11:41:38 +0200 | [diff] [blame] | 14 | source "lib/open-amp/Kconfig" |
| 15 | |
Jakub Rzeszutko | 72dd5a5 | 2021-02-15 13:07:02 +0100 | [diff] [blame] | 16 | source "lib/util/Kconfig" |
| 17 | |
Anas Nashif | bb64ec2 | 2018-02-25 21:54:04 -0500 | [diff] [blame] | 18 | endmenu |