mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
industrial/foc: add dependences to Kconfig
This commit is contained in:
parent
e9991bc8ec
commit
920bd8fed8
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ config INDUSTRY_FOC
|
|||
bool "FOC Library"
|
||||
default n
|
||||
select LIBDSP
|
||||
depends on MOTOR_FOC
|
||||
---help---
|
||||
Enable or disable the FOC Library
|
||||
|
||||
|
|
@ -27,6 +28,7 @@ config INDUSTRY_FOC_WARN
|
|||
config INDUSTRY_FOC_CORDIC
|
||||
bool "Enable CORDIC support"
|
||||
default n
|
||||
depends on MATH_CORDIC
|
||||
---help---
|
||||
Enable support for CORDIC hardware acceleration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue