mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Fix Kconfig style
Remove spaces from Kconfig files
This commit is contained in:
committed by
Masayuki Ishikawa
parent
5e7ce13b3e
commit
f0a74eb492
@@ -2276,8 +2276,8 @@ choice
|
|||||||
prompt "i.MX RT Boot Configuration"
|
prompt "i.MX RT Boot Configuration"
|
||||||
default IMXRT_BOOT_NOR if IMXRT_SEMC_NOR
|
default IMXRT_BOOT_NOR if IMXRT_SEMC_NOR
|
||||||
default IMXRT_BOOT_SDRAM if IMXRT_SEMC_SDRAM && !IMXRT_SEMC_NOR
|
default IMXRT_BOOT_SDRAM if IMXRT_SEMC_SDRAM && !IMXRT_SEMC_NOR
|
||||||
default IMXRT_BOOT_SRAM if IMXRT_SEMC_SRAM && !IMXRT_SEMC_SDRAM && !IMXRT_SEMC_NOR
|
default IMXRT_BOOT_SRAM if IMXRT_SEMC_SRAM && !IMXRT_SEMC_SDRAM && !IMXRT_SEMC_NOR
|
||||||
default IMXRT_BOOT_OCRAM if !IMXRT_SEMC_SRAM && !IMXRT_SEMC_SDRAM && !IMXRT_SEMC_NOR
|
default IMXRT_BOOT_OCRAM if !IMXRT_SEMC_SRAM && !IMXRT_SEMC_SDRAM && !IMXRT_SEMC_NOR
|
||||||
---help---
|
---help---
|
||||||
The startup code needs to know if the code is running from internal
|
The startup code needs to know if the code is running from internal
|
||||||
OCRAM, external SDRAM, external NOR, or external SDRAM in order to
|
OCRAM, external SDRAM, external NOR, or external SDRAM in order to
|
||||||
|
|||||||
@@ -3359,7 +3359,7 @@ config SAMA5_SPI_DMA
|
|||||||
config SAMA5_SPI_XDMA
|
config SAMA5_SPI_XDMA
|
||||||
bool "SPI XDMA"
|
bool "SPI XDMA"
|
||||||
default n
|
default n
|
||||||
depends on SAMA5_XDMAC0 || SAMA5_XDMAC1
|
depends on SAMA5_XDMAC0 || SAMA5_XDMAC1
|
||||||
---help---
|
---help---
|
||||||
Use XDMA to improve SPI transfer performance.
|
Use XDMA to improve SPI transfer performance.
|
||||||
|
|
||||||
|
|||||||
@@ -10718,7 +10718,7 @@ menu "RTC Configuration"
|
|||||||
config STM32_RTC_MAGIC_REG
|
config STM32_RTC_MAGIC_REG
|
||||||
int "BKP register"
|
int "BKP register"
|
||||||
default 0
|
default 0
|
||||||
range 0 19
|
range 0 19
|
||||||
depends on !STM32_HAVE_RTC_COUNTER
|
depends on !STM32_HAVE_RTC_COUNTER
|
||||||
---help---
|
---help---
|
||||||
The BKP register used to store/check the Magic value to determine if
|
The BKP register used to store/check the Magic value to determine if
|
||||||
|
|||||||
@@ -2228,7 +2228,7 @@ config ESP32_PHY_INIT_DATA_ERROR
|
|||||||
If not enabled, the PHY init data will not be updated when an error occurs.
|
If not enabled, the PHY init data will not be updated when an error occurs.
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endmenu # PHY
|
endmenu # PHY
|
||||||
|
|
||||||
menu "Real-Time Timer"
|
menu "Real-Time Timer"
|
||||||
depends on ESP32_RT_TIMER
|
depends on ESP32_RT_TIMER
|
||||||
|
|||||||
@@ -299,7 +299,7 @@ endchoice
|
|||||||
|
|
||||||
config CXD56_AUDIO_I2S_RATE_1
|
config CXD56_AUDIO_I2S_RATE_1
|
||||||
int "I2S0 data rate"
|
int "I2S0 data rate"
|
||||||
default 48000
|
default 48000
|
||||||
range 48000 192000
|
range 48000 192000
|
||||||
---help---
|
---help---
|
||||||
This designates input and output data rate of I2S.
|
This designates input and output data rate of I2S.
|
||||||
@@ -353,7 +353,7 @@ endchoice
|
|||||||
|
|
||||||
config CXD56_AUDIO_I2S_RATE_2
|
config CXD56_AUDIO_I2S_RATE_2
|
||||||
int "I2S1 data rate"
|
int "I2S1 data rate"
|
||||||
default 48000
|
default 48000
|
||||||
range 48000 192000
|
range 48000 192000
|
||||||
---help---
|
---help---
|
||||||
This designates input and output data rate of I2S1.
|
This designates input and output data rate of I2S1.
|
||||||
|
|||||||
+10
-10
@@ -464,7 +464,7 @@ config CDCACM_EPBULKOUT
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
config CDCACM_EPBULKOUT_FSSIZE
|
config CDCACM_EPBULKOUT_FSSIZE
|
||||||
int "Bulk OUT full speed MAXPACKET size"
|
int "Bulk OUT full speed MAXPACKET size"
|
||||||
default 64
|
default 64
|
||||||
---help---
|
---help---
|
||||||
Max package size for the bulk OUT endpoint if full speed mode.
|
Max package size for the bulk OUT endpoint if full speed mode.
|
||||||
@@ -473,7 +473,7 @@ config CDCACM_EPBULKOUT_FSSIZE
|
|||||||
if USBDEV_DUALSPEED
|
if USBDEV_DUALSPEED
|
||||||
|
|
||||||
config CDCACM_EPBULKOUT_HSSIZE
|
config CDCACM_EPBULKOUT_HSSIZE
|
||||||
int "Bulk OUT out high speed MAXPACKET size"
|
int "Bulk OUT out high speed MAXPACKET size"
|
||||||
default 512
|
default 512
|
||||||
---help---
|
---help---
|
||||||
Max package size for the bulk OUT endpoint if high speed mode.
|
Max package size for the bulk OUT endpoint if high speed mode.
|
||||||
@@ -496,7 +496,7 @@ config CDCACM_EPBULKIN
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
config CDCACM_EPBULKIN_FSSIZE
|
config CDCACM_EPBULKIN_FSSIZE
|
||||||
int "Bulk IN full speed MAXPACKET size"
|
int "Bulk IN full speed MAXPACKET size"
|
||||||
default 64
|
default 64
|
||||||
---help---
|
---help---
|
||||||
Max package size for the bulk IN endpoint if full speed mode.
|
Max package size for the bulk IN endpoint if full speed mode.
|
||||||
@@ -505,7 +505,7 @@ config CDCACM_EPBULKIN_FSSIZE
|
|||||||
if USBDEV_DUALSPEED
|
if USBDEV_DUALSPEED
|
||||||
|
|
||||||
config CDCACM_EPBULKIN_HSSIZE
|
config CDCACM_EPBULKIN_HSSIZE
|
||||||
int "Bulk IN high speed MAXPACKET size"
|
int "Bulk IN high speed MAXPACKET size"
|
||||||
default 512
|
default 512
|
||||||
---help---
|
---help---
|
||||||
Max package size for the bulk IN endpoint if high speed mode.
|
Max package size for the bulk IN endpoint if high speed mode.
|
||||||
@@ -648,7 +648,7 @@ config USBADB_EPBULKIN
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
config USBADB_EPBULKOUT_FSSIZE
|
config USBADB_EPBULKOUT_FSSIZE
|
||||||
int "Bulk OUT full speed MAXPACKET size"
|
int "Bulk OUT full speed MAXPACKET size"
|
||||||
default 64
|
default 64
|
||||||
---help---
|
---help---
|
||||||
Max package size for the bulk OUT endpoint if full speed mode.
|
Max package size for the bulk OUT endpoint if full speed mode.
|
||||||
@@ -657,7 +657,7 @@ config USBADB_EPBULKOUT_FSSIZE
|
|||||||
if USBDEV_DUALSPEED
|
if USBDEV_DUALSPEED
|
||||||
|
|
||||||
config USBADB_EPBULKOUT_HSSIZE
|
config USBADB_EPBULKOUT_HSSIZE
|
||||||
int "Bulk OUT out high speed MAXPACKET size"
|
int "Bulk OUT out high speed MAXPACKET size"
|
||||||
default 512
|
default 512
|
||||||
---help---
|
---help---
|
||||||
Max package size for the bulk OUT endpoint if high speed mode.
|
Max package size for the bulk OUT endpoint if high speed mode.
|
||||||
@@ -666,7 +666,7 @@ config USBADB_EPBULKOUT_HSSIZE
|
|||||||
endif # USBDEV_DUALSPEED
|
endif # USBDEV_DUALSPEED
|
||||||
|
|
||||||
config USBADB_EPBULKIN_FSSIZE
|
config USBADB_EPBULKIN_FSSIZE
|
||||||
int "Bulk IN full speed MAXPACKET size"
|
int "Bulk IN full speed MAXPACKET size"
|
||||||
default 64
|
default 64
|
||||||
---help---
|
---help---
|
||||||
Max package size for the bulk IN endpoint if full speed mode.
|
Max package size for the bulk IN endpoint if full speed mode.
|
||||||
@@ -675,7 +675,7 @@ config USBADB_EPBULKIN_FSSIZE
|
|||||||
if USBDEV_DUALSPEED
|
if USBDEV_DUALSPEED
|
||||||
|
|
||||||
config USBADB_EPBULKIN_HSSIZE
|
config USBADB_EPBULKIN_HSSIZE
|
||||||
int "Bulk IN high speed MAXPACKET size"
|
int "Bulk IN high speed MAXPACKET size"
|
||||||
default 512
|
default 512
|
||||||
---help---
|
---help---
|
||||||
Max package size for the bulk IN endpoint if high speed mode.
|
Max package size for the bulk IN endpoint if high speed mode.
|
||||||
@@ -1164,7 +1164,7 @@ config CDCECM_EPBULKOUT
|
|||||||
endif # !CDCECM_COMPOSITE
|
endif # !CDCECM_COMPOSITE
|
||||||
|
|
||||||
config CDCECM_EPBULKOUT_FSSIZE
|
config CDCECM_EPBULKOUT_FSSIZE
|
||||||
int "Bulk OUT full speed MAXPACKET size"
|
int "Bulk OUT full speed MAXPACKET size"
|
||||||
default 64
|
default 64
|
||||||
---help---
|
---help---
|
||||||
Max package size for the bulk OUT endpoint if full speed mode.
|
Max package size for the bulk OUT endpoint if full speed mode.
|
||||||
@@ -1173,7 +1173,7 @@ config CDCECM_EPBULKOUT_FSSIZE
|
|||||||
if USBDEV_DUALSPEED
|
if USBDEV_DUALSPEED
|
||||||
|
|
||||||
config CDCECM_EPBULKOUT_HSSIZE
|
config CDCECM_EPBULKOUT_HSSIZE
|
||||||
int "Bulk OUT out high speed MAXPACKET size"
|
int "Bulk OUT out high speed MAXPACKET size"
|
||||||
default 512
|
default 512
|
||||||
---help---
|
---help---
|
||||||
Max package size for the bulk OUT endpoint if high speed mode.
|
Max package size for the bulk OUT endpoint if high speed mode.
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ config IEEE802154_AT86RF233
|
|||||||
source "drivers/wireless/ieee802154/at86rf23x/Kconfig"
|
source "drivers/wireless/ieee802154/at86rf23x/Kconfig"
|
||||||
|
|
||||||
config IEEE802154_XBEE
|
config IEEE802154_XBEE
|
||||||
bool "XBee IEEE 802.15.4 Radio (w/ MAC)"
|
bool "XBee IEEE 802.15.4 Radio (w/ MAC)"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
This selection enables support for the XBee Radio device.
|
This selection enables support for the XBee Radio device.
|
||||||
|
|||||||
Reference in New Issue
Block a user