sys/frac: add module to Kconfig

This commit is contained in:
Leandro Lanzieri 2021-01-06 17:41:27 +01:00
parent b46116d77e
commit abe90f6aeb
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,7 @@ rsource "embunit/Kconfig"
rsource "entropy_source/Kconfig"
rsource "event/Kconfig"
rsource "fmt/Kconfig"
rsource "frac/Kconfig"
rsource "isrpipe/Kconfig"
rsource "malloc_thread_safe/Kconfig"
rsource "net/Kconfig"

10
sys/frac/Kconfig Normal file
View File

@ -0,0 +1,10 @@
# Copyright (c) 2021 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_FRAC
bool "Fractional integer operations"
depends on TEST_KCONFIG