2019-12-06 14:20:31 +01:00
|
|
|
# Copyright (c) 2019 HAW Hamburg
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
#
|
|
|
|
menu "System"
|
|
|
|
|
2020-07-27 15:21:51 +02:00
|
|
|
rsource "auto_init/Kconfig"
|
2020-04-20 14:44:01 +02:00
|
|
|
rsource "div/Kconfig"
|
2020-04-08 08:56:20 +02:00
|
|
|
rsource "isrpipe/Kconfig"
|
2019-12-06 14:23:39 +01:00
|
|
|
rsource "net/Kconfig"
|
2020-07-27 17:28:31 +02:00
|
|
|
rsource "Kconfig.newlib"
|
2020-07-27 17:40:05 +02:00
|
|
|
rsource "Kconfig.stdio"
|
2020-07-27 17:46:32 +02:00
|
|
|
rsource "pm_layered/Kconfig"
|
2020-09-24 15:45:03 +02:00
|
|
|
rsource "test_utils/Kconfig"
|
2019-12-05 13:22:36 +01:00
|
|
|
rsource "usb/Kconfig"
|
2019-12-06 14:23:39 +01:00
|
|
|
|
2020-08-31 09:57:28 +02:00
|
|
|
config MODULE_SYS
|
2020-07-27 15:21:51 +02:00
|
|
|
bool
|
|
|
|
default y
|
|
|
|
depends on TEST_KCONFIG
|
|
|
|
help
|
|
|
|
System module, it serves to pull in all the rest of system modules.
|
|
|
|
|
2019-12-06 14:20:31 +01:00
|
|
|
endmenu # System
|