Fix Kconfig style

Remove spaces from Kconfig files
Add TABs
This commit is contained in:
simbit18
2025-01-23 14:16:00 +01:00
committed by Xiang Xiao
parent aa9f366eec
commit 5c02379548
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#
choice IMX95_CODE_LOCATION
prompt "Code location"
prompt "Code location"
config IMX95_RUN_FROM_ITCM
bool "Run from Instruction Tightly Coupled Memory (ITCM)"
+10 -10
View File
@@ -969,16 +969,16 @@ config SENSORS_MCP9600_POLL
bool "MCP9600 polling"
default y
depends on SENSORS_MCP9600
---help---
Enable the worker thread for polling the MCP9600 and collecting
measurements
---help---
Enable the worker thread for polling the MCP9600 and collecting
measurements
config MCP9600_THREAD_STACKSIZE
int "MCP9600 stack size"
default 1024
int "MCP9600 stack size"
default 1024
depends on SENSORS_MCP9600
---help---
Stack size of the worker thread polling the MCP9600 for measurements
---help---
Stack size of the worker thread polling the MCP9600 for measurements
endif # SENSORS_MCP9600
@@ -1643,7 +1643,7 @@ config SHT4X_I2C_FREQUENCY
range 1 400000
config SHT4X_THREAD_STACKSIZE
int "SHT4X worker thread stack size"
int "SHT4X worker thread stack size"
default 1024
---help---
The stack size for the worker thread that performs measurements
@@ -1671,8 +1671,8 @@ config SENSORS_SHT4X_POLL
bool "Use polling"
default y
---help---
Configures the SHT4X to be polled at an interval instead of allowing user code to choose when measurements are
taken.
Configures the SHT4X to be polled at an interval instead of allowing user code to choose when measurements are
taken.
endif # SENSORS_SHT4X
+2 -2
View File
@@ -12,7 +12,7 @@ config MM_KASAN
add -fsanitize=kernel-address to CFLAGS/CXXFLAGS too.
config MM_KASAN_INSTRUMENT
bool
bool
if MM_KASAN
@@ -39,7 +39,7 @@ config MM_KASAN_SW_TAGS
---help---
KAsan based on software tags
endchoice
endchoice # KAsan Mode
config MM_KASAN_INSTRUMENT_ALL
bool "Enable KASan for the entire image"