boards/arm/stm32/stm32f411-minimum/Kconfig: Fix Kconfig style

Remove spaces from Kconfig files
Add TABs
This commit is contained in:
simbit18 2023-05-10 11:09:57 +02:00 committed by Xiang Xiao
parent 9ae2fa2b54
commit ce990081b6
1 changed files with 15 additions and 15 deletions

View File

@ -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