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"
|
2022-03-04 09:35:50 +01:00
|
|
|
rsource "chunked_ringbuffer/Kconfig"
|
2021-01-21 17:31:15 +01:00
|
|
|
rsource "congure/Kconfig"
|
2022-10-24 22:34:03 +02:00
|
|
|
rsource "debug_irq_disable/Kconfig"
|
2020-06-19 17:04:00 +02:00
|
|
|
rsource "entropy_source/Kconfig"
|
2021-02-19 00:17:40 +01:00
|
|
|
rsource "fido2/Kconfig"
|
2019-12-06 14:23:39 +01:00
|
|
|
rsource "net/Kconfig"
|
2021-03-22 11:48:11 +01:00
|
|
|
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"
|
2022-08-05 17:46:48 +02:00
|
|
|
|
2019-12-06 14:20:31 +01:00
|
|
|
endmenu # System
|