diff --git a/sys/Kconfig b/sys/Kconfig index b544ea23f9..6b21d11d88 100644 --- a/sys/Kconfig +++ b/sys/Kconfig @@ -9,6 +9,7 @@ menu "System" rsource "arduino/Kconfig" rsource "auto_init/Kconfig" rsource "benchmark/Kconfig" +rsource "checksum/Kconfig" rsource "color/Kconfig" rsource "div/Kconfig" rsource "embunit/Kconfig" diff --git a/sys/checksum/Kconfig b/sys/checksum/Kconfig new file mode 100644 index 0000000000..8350b7e77e --- /dev/null +++ b/sys/checksum/Kconfig @@ -0,0 +1,10 @@ +# Copyright (c) 2020 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. +# + +config MODULE_CHECKSUM + bool "Checksum algorithms" + depends on TEST_KCONFIG