From 7f551aa33fff3f4e98f2cdfba78986fb0fe93140 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:10:05 +0200 Subject: [PATCH] Fix Kconfig style Remove TABs from Kconfig files --- arch/arm/src/stm32f7/Kconfig | 10 +++++----- arch/arm/src/stm32h7/Kconfig | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/arch/arm/src/stm32f7/Kconfig b/arch/arm/src/stm32f7/Kconfig index e054d85f881..e6ee0b1035b 100644 --- a/arch/arm/src/stm32f7/Kconfig +++ b/arch/arm/src/stm32f7/Kconfig @@ -1080,19 +1080,19 @@ choice herein and can be changed. config STM32F7_FLASH_OVERRIDE_DEFAULT - bool "Default" + bool "Default" config STM32F7_FLASH_OVERRIDE_C - bool "C 256KiB" + bool "C 256KiB" config STM32F7_FLASH_OVERRIDE_E - bool "E 512KiB" + bool "E 512KiB" config STM32F7_FLASH_OVERRIDE_G - bool "G 1024KiB" + bool "G 1024KiB" config STM32F7_FLASH_OVERRIDE_I - bool "I 2048KiB" + bool "I 2048KiB" endchoice # "Override Flash Size Designator" diff --git a/arch/arm/src/stm32h7/Kconfig b/arch/arm/src/stm32h7/Kconfig index 1909ef7df58..191f912db2e 100644 --- a/arch/arm/src/stm32h7/Kconfig +++ b/arch/arm/src/stm32h7/Kconfig @@ -357,16 +357,16 @@ choice configuration will be set herein and can be changed. config STM32H7_FLASH_OVERRIDE_DEFAULT - bool "Default" + bool "Default" config STM32H7_FLASH_OVERRIDE_B - bool "B 128KiB" + bool "B 128KiB" config STM32H7_FLASH_OVERRIDE_G - bool "G 1048KiB" + bool "G 1048KiB" config STM32H7_FLASH_OVERRIDE_I - bool "I 2048KiB" + bool "I 2048KiB" endchoice # "Override Flash Size Designator"