We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9991bc commit 920bd8fCopy full SHA for 920bd8f
industry/foc/Kconfig
@@ -7,6 +7,7 @@ config INDUSTRY_FOC
7
bool "FOC Library"
8
default n
9
select LIBDSP
10
+ depends on MOTOR_FOC
11
---help---
12
Enable or disable the FOC Library
13
@@ -27,6 +28,7 @@ config INDUSTRY_FOC_WARN
27
28
config INDUSTRY_FOC_CORDIC
29
bool "Enable CORDIC support"
30
31
+ depends on MATH_CORDIC
32
33
Enable support for CORDIC hardware acceleration
34
0 commit comments