# 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" rsource "analog_util/Kconfig" rsource "app_metadata/Kconfig" rsource "arduino/Kconfig" rsource "auto_init/Kconfig" rsource "base64/Kconfig" rsource "benchmark/Kconfig" rsource "bitfield/Kconfig" rsource "bloom/Kconfig" rsource "cb_mux/Kconfig" rsource "checksum/Kconfig" rsource "color/Kconfig" rsource "crypto/Kconfig" rsource "div/Kconfig" rsource "embunit/Kconfig" rsource "entropy_source/Kconfig" rsource "eepreg/Kconfig" rsource "event/Kconfig" rsource "fmt/Kconfig" rsource "frac/Kconfig" rsource "hashes/Kconfig" rsource "iolist/Kconfig" rsource "isrpipe/Kconfig" rsource "luid/Kconfig" rsource "malloc_thread_safe/Kconfig" rsource "matstat/Kconfig" rsource "memarray/Kconfig" rsource "mineplex/Kconfig" rsource "net/Kconfig" rsource "Kconfig.newlib" rsource "Kconfig.stdio" rsource "od/Kconfig" rsource "posix/Kconfig" rsource "oneway-malloc/Kconfig" rsource "phydat/Kconfig" rsource "pm_layered/Kconfig" rsource "ps/Kconfig" rsource "random/Kconfig" rsource "saul_reg/Kconfig" rsource "schedstatistics/Kconfig" rsource "sema/Kconfig" rsource "seq/Kconfig" rsource "shell/Kconfig" rsource "test_utils/Kconfig" rsource "timex/Kconfig" rsource "tsrb/Kconfig" rsource "uri_parser/Kconfig" rsource "usb/Kconfig" rsource "xtimer/Kconfig" rsource "ztimer/Kconfig" config MODULE_SYS bool default y depends on TEST_KCONFIG help System module, it serves to pull in all the rest of system modules. endmenu # System