diff --git a/boards/arm/imx9/imx95-evk/Kconfig b/boards/arm/imx9/imx95-evk/Kconfig index 4d0645a08029d..5cd5a1bca9700 100644 --- a/boards/arm/imx9/imx95-evk/Kconfig +++ b/boards/arm/imx9/imx95-evk/Kconfig @@ -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)" diff --git a/drivers/sensors/Kconfig b/drivers/sensors/Kconfig index 473513bd33c0d..4bf75df32e6f4 100644 --- a/drivers/sensors/Kconfig +++ b/drivers/sensors/Kconfig @@ -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 diff --git a/mm/kasan/Kconfig b/mm/kasan/Kconfig index f80cfb303e785..3c5fbf0599310 100644 --- a/mm/kasan/Kconfig +++ b/mm/kasan/Kconfig @@ -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"