This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit ce990081b6fa96924ce144a0e35f55be7dfc1025
Author: simbit18 <[email protected]>
AuthorDate: Wed May 10 11:09:57 2023 +0200

    boards/arm/stm32/stm32f411-minimum/Kconfig: Fix Kconfig style
    
    Remove spaces from Kconfig files
    Add TABs
---
 boards/arm/stm32/stm32f411-minimum/Kconfig | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/boards/arm/stm32/stm32f411-minimum/Kconfig 
b/boards/arm/stm32/stm32f411-minimum/Kconfig
index c7330bdb9a..9691e7195f 100644
--- a/boards/arm/stm32/stm32f411-minimum/Kconfig
+++ b/boards/arm/stm32/stm32f411-minimum/Kconfig
@@ -16,22 +16,22 @@ config STM32F411MINIMUM_USBHOST_PRIO
        depends on USBHOST
 
 config STM32F411MINIMUM_FLASH
-        bool "MTD driver for external 8Mbyte W25Q64FV FLASH on SPI1"
-        default n
-        select MTD
-        select MTD_W25
-        select MTD_SMART
-        select FS_SMARTFS
-        select STM32_SPI1
-        select MTD_BYTE_WRITE
-        ---help---
-                Configures an MTD device for use with the onboard flash
+       bool "MTD driver for external 8Mbyte W25Q64FV FLASH on SPI1"
+       default n
+       select MTD
+       select MTD_W25
+       select MTD_SMART
+       select FS_SMARTFS
+       select STM32_SPI1
+       select MTD_BYTE_WRITE
+       ---help---
+               Configures an MTD device for use with the onboard flash
 
 config STM32F411MINIMUM_FLASH_MINOR
-        int "Minor number for the FLASH /dev/smart entry"
-        default 0
-        depends on STM32F411MINIMUM_FLASH
-        ---help---
-                Sets the minor number for the FLASH MTD /dev entry
+       int "Minor number for the FLASH /dev/smart entry"
+       default 0
+       depends on STM32F411MINIMUM_FLASH
+       ---help---
+               Sets the minor number for the FLASH MTD /dev entry
 
 endif

Reply via email to