arch/arm/src/tlsr82/Kconfig: Fix indentation

Remove spaces from Kconfig
Add TABs
This commit is contained in:
simbit18 2023-05-09 16:02:11 +02:00 committed by Xiang Xiao
parent 79d6d56532
commit 58ebf26b98

View File

@ -340,20 +340,20 @@ config TLSR82_ADC_CALI_PARA_ADDR
equal to the address defined in production tools.
config TLSR82_ADC_CHAN0
bool "TLSR82 Adc channel 0 enable"
default n
bool "TLSR82 Adc channel 0 enable"
default n
config TLSR82_ADC_CHAN1
bool "TLSR82 Adc channel 1 enable"
default n
bool "TLSR82 Adc channel 1 enable"
default n
config TLSR82_ADC_CHAN2
bool "TLSR82 Adc channel 2 enable"
default n
bool "TLSR82 Adc channel 2 enable"
default n
config TLSR82_ADC_VBAT
bool "TLSR82 Adc channel Vbat enable"
default n
bool "TLSR82 Adc channel Vbat enable"
default n
config TLSR82_ADC_FILT_NUM
int "TLSR82 Adc filter average number"