sys/frac: add module to Kconfig
This commit is contained in:
parent
b46116d77e
commit
abe90f6aeb
@ -16,6 +16,7 @@ rsource "embunit/Kconfig"
|
|||||||
rsource "entropy_source/Kconfig"
|
rsource "entropy_source/Kconfig"
|
||||||
rsource "event/Kconfig"
|
rsource "event/Kconfig"
|
||||||
rsource "fmt/Kconfig"
|
rsource "fmt/Kconfig"
|
||||||
|
rsource "frac/Kconfig"
|
||||||
rsource "isrpipe/Kconfig"
|
rsource "isrpipe/Kconfig"
|
||||||
rsource "malloc_thread_safe/Kconfig"
|
rsource "malloc_thread_safe/Kconfig"
|
||||||
rsource "net/Kconfig"
|
rsource "net/Kconfig"
|
||||||
|
|||||||
10
sys/frac/Kconfig
Normal file
10
sys/frac/Kconfig
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user