ce990081b6
Remove spaces from Kconfig files Add TABs
38 lines
872 B
Plaintext
38 lines
872 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_STM32F411_MINIMUM
|
|
|
|
config STM32F411MINIMUM_USBHOST_STACKSIZE
|
|
int "USB host waiter stack size"
|
|
default 1024
|
|
depends on USBHOST
|
|
|
|
config STM32F411MINIMUM_USBHOST_PRIO
|
|
int "USB host waiter task priority"
|
|
default 100
|
|
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
|
|
|
|
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
|
|
|
|
endif
|