From f2482077175b02dc6ae161071334ac337399cb63 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Mon, 1 Mar 2021 20:34:15 +0100 Subject: [PATCH] libdsp/Kconfig: move configuration to menuconfig, add option to include vabc in FOC data --- libs/libdsp/Kconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/libdsp/Kconfig b/libs/libdsp/Kconfig index 069c0522db..39e1e0fc0a 100644 --- a/libs/libdsp/Kconfig +++ b/libs/libdsp/Kconfig @@ -3,7 +3,7 @@ # see the file kconfig-language.txt in the NuttX tools repository. # -config LIBDSP +menuconfig LIBDSP bool "Digital Signal Processing Library" default n ---help--- @@ -30,4 +30,7 @@ config LIBDSP_PRECISION 1 - a little better precision than above, but slowest 2 - the most accuracte but the slowest one, use standard math functions. +config LIBDSP_FOC_VABC + bool "Libdsp FOC includes voltage abc frame" + endif # LIBDSP