TABs instead of spaces in Kconfig

This commit is contained in:
Gregory Nutt 2017-02-20 14:29:56 -06:00
parent 59a189be74
commit a92a865be6

View File

@ -36,11 +36,11 @@ config AUDIO_I2SCHAR_TXTIMEOUT
endif # AUDIO_I2SCHAR
config AUDIO_TONE
bool "Audio Tone Generator using PWM"
default n
depends on PWM && AUDIO_DEVICES
---help---
This driver enables the Audio Tone Generator for NuttX.
bool "Audio Tone Generator using PWM"
default n
depends on PWM && AUDIO_DEVICES
---help---
This driver enables the Audio Tone Generator for NuttX.
if AUDIO_TONE