From b068c157f9303e0218013afae3c906abe9f1e492 Mon Sep 17 00:00:00 2001 From: Lokesh B V Date: Wed, 26 Jul 2017 18:11:14 +0530 Subject: [PATCH] Update defconfigs to enable TC for "FixedMath" Updates TC "defconfig" of sidk_s5jt200 and artik053 boards with new Kconfig TC_KERNEL_LIBC_FIXEDMATH. This new config is to enable tc for Libc FixedMath. Signed-off-by: Lokesh B V --- build/configs/artik053/tc/defconfig | 1 + build/configs/sidk_s5jt200/tc/defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/build/configs/artik053/tc/defconfig b/build/configs/artik053/tc/defconfig index 60eb9a4..d846833 100644 --- a/build/configs/artik053/tc/defconfig +++ b/build/configs/artik053/tc/defconfig @@ -1090,6 +1090,7 @@ CONFIG_TC_KERNEL_CLOCK=y CONFIG_TC_KERNEL_ENVIRON=y CONFIG_TC_KERNEL_ERRNO=y # CONFIG_TC_KERNEL_GROUP is not set +CONFIG_TC_KERNEL_LIBC_FIXEDMATH=y CONFIG_TC_KERNEL_LIBC_LIBGEN=y CONFIG_TC_KERNEL_LIBC_MATH=y CONFIG_TC_KERNEL_LIBC_MISC=y diff --git a/build/configs/sidk_s5jt200/tc/defconfig b/build/configs/sidk_s5jt200/tc/defconfig index 6cbe842..099a2f9 100644 --- a/build/configs/sidk_s5jt200/tc/defconfig +++ b/build/configs/sidk_s5jt200/tc/defconfig @@ -841,6 +841,7 @@ CONFIG_TC_KERNEL_CLOCK=y CONFIG_TC_KERNEL_ENVIRON=y CONFIG_TC_KERNEL_ERRNO=y # CONFIG_TC_KERNEL_GROUP is not set +CONFIG_TC_KERNEL_LIBC_FIXEDMATH=y CONFIG_TC_KERNEL_LIBC_LIBGEN=y CONFIG_TC_KERNEL_LIBC_MATH=y CONFIG_TC_KERNEL_LIBC_MISC=y -- 2.7.4