1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/Kconfig

23 lines
579 B
Plaintext
Raw Normal View History

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"
rsource "chunked_ringbuffer/Kconfig"
rsource "congure/Kconfig"
rsource "debug_irq_disable/Kconfig"
rsource "entropy_source/Kconfig"
2021-02-19 00:17:40 +01:00
rsource "fido2/Kconfig"
rsource "net/Kconfig"
rsource "progress_bar/Kconfig"
2023-08-29 18:43:32 +02:00
rsource "psa_crypto/Kconfig"
2020-04-29 12:39:33 +02:00
rsource "shell/Kconfig"
2023-05-20 18:34:04 +02:00
rsource "shell_lock/Kconfig"
2020-04-29 12:39:33 +02:00
rsource "usb/Kconfig"
2019-12-06 14:20:31 +01:00
endmenu # System