mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
drivers/audio/Kconfig: Fix Kconfig style
Remove spaces from Kconfig files Add TABs
This commit is contained in:
parent
0149fa05ad
commit
e320299ba7
1 changed files with 4 additions and 4 deletions
|
@ -550,9 +550,9 @@ config AUDIO_I2S
|
|||
depends on I2S
|
||||
|
||||
config AUDIO_DMA
|
||||
bool "Audio DMA"
|
||||
select AUDIO_DRIVER_SPECIFIC_BUFFERS
|
||||
depends on AUDIO
|
||||
depends on DMA
|
||||
bool "Audio DMA"
|
||||
select AUDIO_DRIVER_SPECIFIC_BUFFERS
|
||||
depends on AUDIO
|
||||
depends on DMA
|
||||
|
||||
endif # DRIVERS_AUDIO
|
||||
|
|
Loading…
Reference in a new issue