Ulf Magnusson | bd6e044 | 2019-11-01 13:45:29 +0100 | [diff] [blame] | 1 | # Subsystem configuration options |
| 2 | |
Anas Nashif | da7cc84 | 2017-06-30 07:10:28 -0400 | [diff] [blame] | 3 | # Copyright (c) 2016-2017 Intel Corporation |
David B. Kinder | ac74d8b | 2017-01-18 17:01:01 -0800 | [diff] [blame] | 4 | # SPDX-License-Identifier: Apache-2.0 |
Ramesh Thomas | e354ad2 | 2016-10-29 04:10:36 -0700 | [diff] [blame] | 5 | |
Anas Nashif | d4930f7 | 2020-08-22 12:47:24 -0400 | [diff] [blame] | 6 | menu "Sub Systems and OS Services" |
| 7 | |
Johan Hedberg | 6bc6459 | 2016-11-02 11:06:56 +0200 | [diff] [blame] | 8 | source "subsys/bluetooth/Kconfig" |
Jukka Rissanen | 3eaec41 | 2016-11-11 23:46:28 +0200 | [diff] [blame] | 9 | |
Paul Sokolovsky | 542c2b9 | 2017-03-24 13:50:16 +0300 | [diff] [blame] | 10 | source "subsys/console/Kconfig" |
| 11 | |
Benoit Leforestier | 26e0f9a | 2018-10-23 18:20:51 +0200 | [diff] [blame] | 12 | source "subsys/cpp/Kconfig" |
| 13 | |
Anas Nashif | 569f0b4 | 2016-12-17 13:18:45 -0500 | [diff] [blame] | 14 | source "subsys/debug/Kconfig" |
Anas Nashif | 7297f5d | 2016-12-23 14:06:46 -0500 | [diff] [blame] | 15 | |
Anas Nashif | da7cc84 | 2017-06-30 07:10:28 -0400 | [diff] [blame] | 16 | source "subsys/disk/Kconfig" |
| 17 | |
| 18 | source "subsys/fs/Kconfig" |
| 19 | |
| 20 | source "subsys/logging/Kconfig" |
| 21 | |
Christopher Collins | 3986ef2 | 2018-01-17 18:02:30 -0800 | [diff] [blame] | 22 | source "subsys/mgmt/Kconfig" |
| 23 | |
Anas Nashif | da7cc84 | 2017-06-30 07:10:28 -0400 | [diff] [blame] | 24 | source "subsys/net/Kconfig" |
| 25 | |
Anas Nashif | 3b75a08 | 2020-08-22 12:58:49 -0400 | [diff] [blame^] | 26 | source "subsys/power/Kconfig" |
| 27 | |
Anas Nashif | 7297f5d | 2016-12-23 14:06:46 -0500 | [diff] [blame] | 28 | source "subsys/shell/Kconfig" |
Jithu Joseph | 89f4bf7 | 2016-12-08 19:14:55 -0800 | [diff] [blame] | 29 | |
Anas Nashif | da7cc84 | 2017-06-30 07:10:28 -0400 | [diff] [blame] | 30 | source "subsys/usb/Kconfig" |
Andrzej Puzdrowski | 49fccdd | 2017-07-04 11:54:11 +0200 | [diff] [blame] | 31 | |
| 32 | source "subsys/dfu/Kconfig" |
Leandro Pereira | adce1d1 | 2017-10-13 15:45:02 -0700 | [diff] [blame] | 33 | |
| 34 | source "subsys/random/Kconfig" |
Andrzej Puzdrowski | 25269fb | 2017-12-08 11:50:46 +0100 | [diff] [blame] | 35 | |
| 36 | source "subsys/storage/Kconfig" |
Andrzej Puzdrowski | 94ff339 | 2018-02-02 14:30:56 +0100 | [diff] [blame] | 37 | |
| 38 | source "subsys/settings/Kconfig" |
Shawn Mosley | 573f32b | 2018-04-26 10:14:02 -0400 | [diff] [blame] | 39 | |
Anas Nashif | ccad9d0 | 2019-02-19 15:45:18 -0500 | [diff] [blame] | 40 | source "subsys/testsuite/Kconfig" |
| 41 | |
Anas Nashif | 41abcc5 | 2020-02-06 09:13:51 -0500 | [diff] [blame] | 42 | source "subsys/tracing/Kconfig" |
| 43 | |
Johann Fischer | f531e0d | 2018-07-19 17:43:39 +0200 | [diff] [blame] | 44 | source "subsys/fb/Kconfig" |
David Brown | f8b838d | 2018-09-20 12:15:20 -0700 | [diff] [blame] | 45 | |
| 46 | source "subsys/jwt/Kconfig" |
Henrik Brix Andersen | 56f74da | 2019-09-22 20:24:57 +0200 | [diff] [blame] | 47 | |
| 48 | source "subsys/canbus/Kconfig" |
Anas Nashif | d4930f7 | 2020-08-22 12:47:24 -0400 | [diff] [blame] | 49 | |
| 50 | endmenu |