mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
signals: fix build and runtime issues when signals all isabled
Fix build and runtime issues when signals all disabled. Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
This commit is contained in:
parent
9c85568c4f
commit
d9afe2db8c
19 changed files with 172 additions and 48 deletions
|
|
@ -6,6 +6,6 @@
|
|||
config EXAMPLES_I2SLOOP
|
||||
tristate "I2S loopback test"
|
||||
default n
|
||||
depends on I2S && AUDIO && DRIVERS_AUDIO && AUDIO_I2SCHAR
|
||||
depends on I2S && AUDIO && DRIVERS_AUDIO && AUDIO_I2SCHAR && ENABLE_ALL_SIGNALS
|
||||
---help---
|
||||
Enable the I2S loopback test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue