Change space to tab and help to ---help--- in Kconfig files.

This commit is contained in:
Xiang Xiao 2019-10-05 21:39:12 -06:00 committed by Gregory Nutt
parent 6a0545ec6b
commit 3bc62f1ccc
32 changed files with 254 additions and 254 deletions

View file

@ -499,7 +499,7 @@ config ARCH_DEBUG_H
bool "debug.h"
default n
---help---
The debug.h contains architecture dependent debugging primitives
The debug.h contains architecture dependent debugging primitives
endmenu # Customize Header Files

View file

@ -941,7 +941,7 @@ menu "Boot Memory Configuration"
config RAM_START
hex "Primary RAM start address (physical)"
default 0x0
help
---help---
The physical start address of primary installed RAM. "Primary" RAM
refers to the RAM that you link program code into. If program code
does not execute out of RAM but from FLASH, then you may designate
@ -951,7 +951,7 @@ config RAM_VSTART
hex "Primary RAM start address (virtual)"
default 0x0
depends on ARCH_USE_MMU
help
---help---
The virtual start address of installed primary RAM. "Primary" RAM
refers to the RAM that you link program code into. If program code
does not execute out of RAM but from FLASH, then you may designate
@ -960,7 +960,7 @@ config RAM_VSTART
config RAM_SIZE
int "Primary RAM size"
default 0
help
---help---
The size in bytes of the installed primary RAM. "Primary" RAM
refers to the RAM that you link program code into. If program code
does not execute out of RAM but from FLASH, then you may designate
@ -971,21 +971,21 @@ if BOOT_RUNFROMFLASH && ARCH_USE_MMU
config FLASH_START
hex "Boot FLASH start address (physical)"
default 0x0
help
---help---
The physical start address of installed boot FLASH. "Boot" FLASH
refers to the FLASH that you link program code into.
config FLASH_VSTART
hex "Boot FLASH start address (virtual)"
default 0x0
help
---help---
The virtual start address of installed boot FLASH. "Boot" FLASH
refers to the FLASH that you link program code into.
config FLASH_SIZE
int "Boot FLASH size"
default 0
help
---help---
The size in bytes of the installed boot FLASH. "Boot" FLASH
refers to the FLASH that you link program code into.

View file

@ -261,42 +261,42 @@ config CXD56_GPIO_IRQ
Enable support for GPIO interrupts
config CXD56_UART0
bool "UART0"
default n
---help---
UART interface with hardware flow control in the application subsystem.
bool "UART0"
default n
---help---
UART interface with hardware flow control in the application subsystem.
if CXD56_UART0
config CXD56_UART0_BAUD
int "CXD56 UART0 BAUD"
default 921600
int "CXD56 UART0 BAUD"
default 921600
config CXD56_UART0_PARITY
int "CXd56 UART0 parity"
default 0
range 0 2
---help---
CXD56 UART0 parity. 0=None, 1=Odd, 2=Even. Default: None
int "CXd56 UART0 parity"
default 0
range 0 2
---help---
CXD56 UART0 parity. 0=None, 1=Odd, 2=Even. Default: None
config CXD56_UART0_BITS
int "CXD56 UART0 number of bits"
default 8
range 5 8
---help---
CXD56 UART0 number of bits. Default: 8
int "CXD56 UART0 number of bits"
default 8
range 5 8
---help---
CXD56 UART0 number of bits. Default: 8
config CXD56_UART0_2STOP
int "CXD56 UART0 two stop bits"
default 0
---help---
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
int "CXD56 UART0 two stop bits"
default 0
---help---
0=1 stop bit, 1=Two stop bits. Default: 1 stop bit
config CXD56_UART0_FLOWCONTROL
bool "CXD56 UART0 flow control"
default n
---help---
Enable CXD56 UART0 RTS flow control
bool "CXD56 UART0 flow control"
default n
---help---
Enable CXD56 UART0 RTS flow control
endif
@ -922,9 +922,9 @@ config CXD56_SCU_PREDIV
default 64
range 1 256
---help---
This configuration ralated to maximum sampling rate based
on 32.768KHz.
e.g. 32768 / 64 = 512 (samples)
This configuration ralated to maximum sampling rate based
on 32.768KHz.
e.g. 32768 / 64 = 512 (samples)
choice
prompt "SCU clock mode"
@ -1100,68 +1100,68 @@ config CXD56_GE2D
A hardware image processor device.
config CXD56_GNSS
bool "GNSS device"
default n
bool "GNSS device"
default n
if CXD56_GNSS
menu "GNSS settings"
config CXD56_GNSS_NPOLLWAITERS
int "GNSS max poll waiters"
default 4
int "GNSS max poll waiters"
default 4
config CXD56_GNSS_NSIGNALRECEIVERS
int "GNSS max signal receivers"
default 4
int "GNSS max signal receivers"
default 4
config CXD56_GNSS_WORKER_STACKSIZE
int "GNSS worker thread stack size"
default 128
int "GNSS worker thread stack size"
default 128
config CXD56_GNSS_WORKER_THREAD_PRIORITY
int "GNSS worker thread priority"
default 255
int "GNSS worker thread priority"
default 255
config CXD56_GNSS_BACKUP_FILENAME
string "GNSS backup file name"
default "/mnt/spif/gnss_backup.bin"
---help---
Specify the path and file name of backup data.
string "GNSS backup file name"
default "/mnt/spif/gnss_backup.bin"
---help---
Specify the path and file name of backup data.
config CXD56_GNSS_CEP_FILENAME
string "GNSS CEP file name"
default "/mnt/sd0/gnss_cep.bin"
---help---
Specify the path and file name of cep data.
string "GNSS CEP file name"
default "/mnt/sd0/gnss_cep.bin"
---help---
Specify the path and file name of cep data.
config CXD56_GNSS_FW_RTK
bool "Support carrier-phase data output for Real-Time Kinematic"
default n
---help---
This is experimental function.
bool "Support carrier-phase data output for Real-Time Kinematic"
default n
---help---
This is experimental function.
config CXD56_GNSS_DEBUG_FEATURE
bool "GNSS debug feature"
bool "GNSS debug feature"
if CXD56_GNSS_DEBUG_FEATURE
config CXD56_GNSS_DEBUG_ERROR
bool "GNSS debug error"
bool "GNSS debug error"
config CXD56_GNSS_DEBUG_WARN
bool "GNSS debug warn"
bool "GNSS debug warn"
config CXD56_GNSS_DEBUG_INFO
bool "GNSS debug info"
bool "GNSS debug info"
endif # CXD56_GNSS_DEBUG_FEATURE
endmenu
config CXD56_GEOFENCE
bool "Geofence Support"
default y
depends on CXD56_GNSS
bool "Geofence Support"
default y
depends on CXD56_GNSS
endif

View file

@ -142,8 +142,8 @@ config ARCH_FAMILY_IMXRT106x
# Peripheral support
config IMXRT_USDHC
bool
default n
bool
default n
config IMXRT_HAVE_LPUART
bool

View file

@ -293,9 +293,9 @@ config LPC43_TMR3
select LPC43_TIMER
config LPC43_TIMER
bool
default n
select ARCH_HAVE_EXTCLK
bool
default n
select ARCH_HAVE_EXTCLK
config LPC43_USART0
bool "USART0"
@ -464,10 +464,10 @@ config LPC43_EXTSDRAM2_SIZE
Size of the external SDRAM on DYNCS2 in bytes.
config LPC43_EXTSDRAM2_HEAP
bool "Add external SDRAM on DYNCS2 to the heap"
bool "Add external SDRAM on DYNCS2 to the heap"
default y
---help---
Add the external SDRAM on DYNCS2 into the heap.
Add the external SDRAM on DYNCS2 into the heap.
endif # LCP43_EXTSDRAM2

View file

@ -2120,7 +2120,7 @@ config SAMA5_EMAC1_ISETH0
depends on SAMA5_EMAC1
config SAMA5_GMAC_ISETH0
bool "GMAC is ETH0"
bool "GMAC is ETH0"
depends on SAMA5_GMAC
endchoice # Which device is eth0

View file

@ -573,8 +573,8 @@ config SAMD2L2_USB
depends on SAMD2L2_HAVE_USB
config SAMD2L2_EIC
bool "External Interrupt Controller"
default n
bool "External Interrupt Controller"
default n
config SAMD2L2_WDT
bool "Watchdog Timer"

View file

@ -460,8 +460,8 @@ config SAMD5E5_USB
default n
config SAMD5E5_EIC
bool "External Interrupt Controller"
default n
bool "External Interrupt Controller"
default n
config SAMD5E5_WDT
bool "Watchdog Timer"

View file

@ -4294,10 +4294,10 @@ config STM32_TIM8_CH1MODE
Specifies the channel mode. See enum stm32_pwm_chanmode_e in stm32_pwm.h.
config STM32_TIM8_CH1OUT
bool "TIM8 Channel 1 Output"
default n
---help---
Enables channel 1 output.
bool "TIM8 Channel 1 Output"
default n
---help---
Enables channel 1 output.
config STM32_TIM8_CH1NOUT
bool "TIM8 Channel 1 Complementary Output"

View file

@ -1371,7 +1371,7 @@ config STM32F7_DCMI
---help---
The devices embed a camera interface that can connect with camera
modules and CMOS sensors through an 8-bit to 14-bit parallel interface,
to receive video data.
to receive video data.
config STM32F7_DSIHOST
bool "DSIHOST"
@ -1379,7 +1379,7 @@ config STM32F7_DSIHOST
depends on STM32F7_HAVE_DSIHOST
---help---
The DSI Host is a dedicated peripheral for interfacing with MIPI® DSI
compliant displays.
compliant displays.
config STM32F7_DMA2D
bool "DMA2D"
@ -1397,7 +1397,7 @@ config STM32F7_JPEG
depends on STM32F7_HAVE_JPEG
---help---
The JPEG codec provides an fast and simple hardware compressor and
decompressor of JPEG images with full management of JPEG headers.
decompressor of JPEG images with full management of JPEG headers.
config STM32F7_ETHMAC
bool "Ethernet MAC"
@ -2019,7 +2019,7 @@ config STM32F7_NO_ULPI
Select to enable the presence of an external ULPI PHY
config STM32F7_EXTERNAL_ULPI
bool "External ULPI"
bool "External ULPI"
depends on STM32F7_HAVE_EXTERNAL_ULPI
---help---
Select to enable the presence of an external ULPI PHY
@ -5353,7 +5353,7 @@ config STM32F7_LTDC_FB_BASE
config STM32F7_LTDC_FB_SIZE
int "Framebuffer memory size (bytes)"
default 0
---help---
---help---
Must be the whole size of the active LTDC layer.
config STM32F7_LTDC_L1_CHROMAKEYEN

View file

@ -321,7 +321,7 @@ config STM32H7_SPI2
config STM32H7_SPI3
bool "SPI3"
default n
depends on EXPERIMENTAL
depends on EXPERIMENTAL
select SPI
select STM32H7_SPI
@ -2204,10 +2204,10 @@ config STM32H7_TIM8_CH1MODE
Specifies the channel mode. See enum stm32_pwm_chanmode_e in stm32_pwm.h.
config STM32H7_TIM8_CH1OUT
bool "TIM8 Channel 1 Output"
default n
---help---
Enables channel 1 output.
bool "TIM8 Channel 1 Output"
default n
---help---
Enables channel 1 output.
config STM32H7_TIM8_CH1NOUT
bool "TIM8 Channel 1 Complementary Output"

View file

@ -28,9 +28,9 @@ config AVR_ATMEL_AVR_TOOLCHAIN
bool "Atmel AVR Toolchain"
depends on TOOLCHAIN_WINDOWS
---help---
Atmel provides GNU Toolchain for AVR development. It can
be obtained by installing Atmel Studio 6 and later or
as standalone package from Atmel.
Atmel provides GNU Toolchain for AVR development. It can
be obtained by installing Atmel Studio 6 and later or
as standalone package from Atmel.
config AVR_LINUXGCC_TOOLCHAIN
bool "Linux GCC"

View file

@ -135,7 +135,7 @@ config SIM_NET_HOST_ROUTE
config SIM_NET_BRIDGE
bool "Attach to Linux bridge"
---help---
---help---
Add the created tap device to the specified bridge. You will need to manually
configure the bridge IP address (if any) and routes that point to the bridge.
See boards/sim/sim/sim/NETWORK-LINUX.txt for more information.

View file

@ -11,7 +11,7 @@ choice
default Z180_TOOLCHAIN_SDCCL if !TOOLCHAIN_WINDOWS
config Z180_TOOLCHAIN_SDCCL
bool "SDCC for Linux, macOS, or Cygwin"
bool "SDCC for Linux, macOS, or Cygwin"
depends on !WINDOWS_NATIVE
config Z180_TOOLCHAIN_SDCCW
@ -269,40 +269,40 @@ menu "UART0 Configuration"
config Z180_UART0_RXBUFSIZE
int "Receive Buffer Size"
default 64
help
Characters are buffered as they are received. This specifies
the size of the receive buffer.
---help---
Characters are buffered as they are received. This specifies
the size of the receive buffer.
config Z180_UART0_TXBUFSIZE
int "Transmit Buffer Size"
default 64
help
Characters are buffered before being sent. This specifies
the size of the transmit buffer.
---help---
Characters are buffered before being sent. This specifies
the size of the transmit buffer.
config Z180_UART0_BAUD
int "Baud Rate"
default 9600
help
The configured BAUD of the SCC.
---help---
The configured BAUD of the SCC.
config Z180_UART0_BITS
int "Character Size"
default 8
help
The number of bits in one character. Must be either 5, 6, 7, or 8.
---help---
The number of bits in one character. Must be either 5, 6, 7, or 8.
config Z180_UART0_PARITY
int "Parity Setting"
default 0
help
0=no parity, 1=odd parity, 2=even parity
---help---
0=no parity, 1=odd parity, 2=even parity
config Z180_UART0_2STOP
int "use 2 stop bits"
default 0
help
1=Two stop bits
---help---
1=Two stop bits
endmenu
@ -312,40 +312,40 @@ menu "UART1 Configuration"
config Z180_UART1_RXBUFSIZE
int "Receive Buffer Size"
default 64
help
Characters are buffered as they are received. This specifies
the size of the receive buffer.
---help---
Characters are buffered as they are received. This specifies
the size of the receive buffer.
config Z180_UART1_TXBUFSIZE
int "Transmit Buffer Size"
default 64
help
Characters are buffered before being sent. This specifies
the size of the transmit buffer.
---help---
Characters are buffered before being sent. This specifies
the size of the transmit buffer.
config Z180_UART1_BAUD
int "Baud Rate"
default 9600
help
The configured BAUD of the SCC.
---help---
The configured BAUD of the SCC.
config Z180_UART1_BITS
int "Character Size"
default 8
help
The number of bits in one character. Must be either 5, 6, 7, or 8.
---help---
The number of bits in one character. Must be either 5, 6, 7, or 8.
config Z180_UART1_PARITY
int "Parity Setting"
default 0
help
0=no parity, 1=odd parity, 2=even parity
---help---
0=no parity, 1=odd parity, 2=even parity
config Z180_UART1_2STOP
int "use 2 stop bits"
default 0
help
1=Two stop bits
---help---
1=Two stop bits
endmenu
@ -355,40 +355,40 @@ menu "SCC Configuration"
config Z180_SCC_RXBUFSIZE
int "Receive Buffer Size"
default 64
help
Characters are buffered as they are received. This specifies
the size of the receive buffer.
---help---
Characters are buffered as they are received. This specifies
the size of the receive buffer.
config Z180_SCC_TXBUFSIZE
int "Transmit Buffer Size"
default 64
help
Characters are buffered before being sent. This specifies
the size of the transmit buffer.
---help---
Characters are buffered before being sent. This specifies
the size of the transmit buffer.
config Z180_SCC_BAUD
int "Baud Rate"
default 9600
help
The configured BAUD of the SCC.
---help---
The configured BAUD of the SCC.
config Z180_SCC_BITS
int "Character Size"
default 8
help
The number of bits in one character. Must be either 5, 6, 7, or 8.
---help---
The number of bits in one character. Must be either 5, 6, 7, or 8.
config Z180_SCC_PARITY
int "Parity Setting"
default 0
help
0=no parity, 1=odd parity, 2=even parity
---help---
0=no parity, 1=odd parity, 2=even parity
config Z180_SCC_2STOP
int "use 2 stop bits"
default 0
help
1=Two stop bits
---help---
1=Two stop bits
endmenu
@ -398,40 +398,40 @@ menu "ESCC Channel A Configuration"
config Z180_ESCCA_RXBUFSIZE
int "Receive Buffer Size"
default 64
help
Characters are buffered as they are received. This specifies
the size of the receive buffer.
---help---
Characters are buffered as they are received. This specifies
the size of the receive buffer.
config Z180_ESCCA_TXBUFSIZE
int "Transmit Buffer Size"
default 64
help
Characters are buffered before being sent. This specifies
the size of the transmit buffer.
---help---
Characters are buffered before being sent. This specifies
the size of the transmit buffer.
config Z180_ESCCA_BAUD
int "Baud Rate"
default 9600
help
The configured BAUD of the SCC.
---help---
The configured BAUD of the SCC.
config Z180_ESCCA_BITS
int "Character Size"
default 8
help
The number of bits in one character. Must be either 5, 6, 7, or 8.
---help---
The number of bits in one character. Must be either 5, 6, 7, or 8.
config Z180_ESCCA_PARITY
int "Parity Setting"
default 0
help
0=no parity, 1=odd parity, 2=even parity
---help---
0=no parity, 1=odd parity, 2=even parity
config Z180_ESCCA_2STOP
int "use 2 stop bits"
default 0
help
1=Two stop bits
---help---
1=Two stop bits
endmenu
@ -441,40 +441,40 @@ menu "ESCC Channel B Configuration"
config Z180_ESCCB_RXBUFSIZE
int "Receive Buffer Size"
default 64
help
Characters are buffered as they are received. This specifies
the size of the receive buffer.
---help---
Characters are buffered as they are received. This specifies
the size of the receive buffer.
config Z180_ESCCB_TXBUFSIZE
int "Transmit Buffer Size"
default 64
help
Characters are buffered before being sent. This specifies
the size of the transmit buffer.
---help---
Characters are buffered before being sent. This specifies
the size of the transmit buffer.
config Z180_ESCCB_BAUD
int "Baud Rate"
default 9600
help
The configured BAUD of the SCC.
---help---
The configured BAUD of the SCC.
config Z180_ESCCB_BITS
int "Character Size"
default 8
help
The number of bits in one character. Must be either 5, 6, 7, or 8.
---help---
The number of bits in one character. Must be either 5, 6, 7, or 8.
config Z180_ESCCB_PARITY
int "Parity Setting"
default 0
help
0=no parity, 1=odd parity, 2=even parity
---help---
0=no parity, 1=odd parity, 2=even parity
config Z180_ESCCB_2STOP
int "use 2 stop bits"
default 0
help
1=Two stop bits
---help---
1=Two stop bits
endmenu
endif

View file

@ -11,7 +11,7 @@ choice
default Z80_TOOLCHAIN_SDCCL if !TOOLCHAIN_WINDOWS
config Z80_TOOLCHAIN_SDCCL
bool "SDCC for Linux, macOS, or Cygwin"
bool "SDCC for Linux, macOS, or Cygwin"
depends on !WINDOWS_NATIVE
config Z80_TOOLCHAIN_SDCCW

View file

@ -2687,8 +2687,8 @@ config BOARD_CRASHDUMP
The purpose of board_crashdump is to save as much information as it can
about the cause of the fault and then most likely reset the system.
N.B. There is limited system resources that can be used, who knows
what memory is trashed? So all we can expect to do is save the
N.B. There is limited system resources that can be used, who knows
what memory is trashed? So all we can expect to do is save the
"machine state" in a place where on the next reset can write it
to more sophisticated storage in a sane operating environment.

View file

@ -11,12 +11,12 @@ config SAM4S_XPLAINED_PRO_CDCACM_DEVMINOR
depends on SAM34_UDP && USBDEV && CDCACM
config SAM4S_XPLAINED_PRO_SCHED_TIMER_DEVPATH
string "Scheduler Timer Device Path"
string "Scheduler Timer Device Path"
default "/dev/rtt0"
depends on TIMER && SYSTEMTICK_EXTCLK
config SAM4S_XPLAINED_PRO_CPULOAD_TIMER_DEVPATH
string "CPU Load Timer Device Path"
string "CPU Load Timer Device Path"
default "/dev/tc0"
depends on TIMER && SCHED_CPULOAD && SCHED_CPULOAD_EXTCLK

View file

@ -6,7 +6,7 @@
if ARCH_BOARD_NUCLEO_F302R8
config NUCLEOF302R8_HIGHPRI
bool "High priority interrupt test"
default n
bool "High priority interrupt test"
default n
endif

View file

@ -6,12 +6,12 @@
if ARCH_BOARD_NUCLEO_F334R8
config NUCLEOF334R8_HIGHPRI
bool "High priority interrupt test"
default n
bool "High priority interrupt test"
default n
menuconfig NUCLEOF334R8_SPWM
bool "Sinusoidal PWM generator example"
default n
bool "Sinusoidal PWM generator example"
default n
if NUCLEOF334R8_SPWM
@ -20,30 +20,30 @@ choice
default NUCLEOF334R8_SPWM_USE_TIM1
config NUCLEOF334R8_SPWM_USE_TIM1
bool "Use TIM1 as PWM source"
bool "Use TIM1 as PWM source"
config NUCLEOF334R8_SPWM_USE_HRTIM1
bool "Use HRTIM as PWM source"
bool "Use HRTIM as PWM source"
endchoice
config NUCLEOF334R8_SPWM_PWM_FREQ
int "PWM frequency in Hz"
default 100000
int "PWM frequency in Hz"
default 100000
config NUCLEOF334R8_SPWM_SAMPLES
int "Sine samples"
default 100
int "Sine samples"
default 100
config NUCLEOF334R8_SPWM_FREQ
int "Waveform frequency in Hz"
default 60
int "Waveform frequency in Hz"
default 60
config NUCLEOF334R8_SPWM_PHASE_NUM
int "Number of phases"
default 1
range 1 5 if NUCLEOF334R8_SPWM_USE_HRTIM1
range 1 4 if NUCLEOF334R8_SPWM_USE_TIM1
int "Number of phases"
default 1
range 1 5 if NUCLEOF334R8_SPWM_USE_HRTIM1
range 1 4 if NUCLEOF334R8_SPWM_USE_TIM1
endif

View file

@ -6,14 +6,14 @@
if ARCH_BOARD_STM32F103_MINIMUM
choice
prompt "Board type"
default STM32F103MINIMUM_BLUEPILL
prompt "Board type"
default STM32F103MINIMUM_BLUEPILL
config STM32F103MINIMUM_BLUEPILL
bool "Blue Pill/Red Pill/RoboDyn Black Pill"
bool "Blue Pill/Red Pill/RoboDyn Black Pill"
config STM32F103MINIMUM_BLACKPILL
bool "Black Pill"
bool "Black Pill"
endchoice

View file

@ -239,7 +239,7 @@ endif # STM32F429I_DISCO_ILI9341_FBIFACE
endif # STM32F429I_DISCO_ILI9341
config STM32F429I_DISCO_HIGHPRI
bool "High priority interrupt test"
default n
bool "High priority interrupt test"
default n
endif # ARCH_BOARD_STM32F429I_DISCO

View file

@ -241,7 +241,7 @@ config AUDIO_NULL_WORKER_STACKSIZE
endif # AUDIO_NULL
config AUDIO_I2S
bool "Audio I2S"
depends on AUDIO
depends on I2S
bool "Audio I2S"
depends on AUDIO
depends on I2S

View file

@ -42,8 +42,8 @@ config EE24XX_FREQUENCY
depends on I2C_EE_24XX
config AT24CS_UUID
bool "Device driver support for Atmel AT24CSxx UUID"
default n
bool "Device driver support for Atmel AT24CSxx UUID"
default n
depends on I2C_EE_24XX
---help---
The Atmel AT24CSxx family have a 128-bit UUID which appears as

View file

@ -184,7 +184,7 @@ config MAX7219_NVERTICALBLKS
config MAX7219_INTENSITY
int "Default LED Matrix bright intensity"
default 10
range 0 15
range 0 15
---help---
Specifies the default LEDs bright intensity to use.
@ -1031,7 +1031,7 @@ config LCD_ILI9341_NINTERFACES
int "Number of supported display driver"
range 1 2
default 1
depends on LCD_ILI9341
depends on LCD_ILI9341
---help---
Define the number of supported displays driven by a ili9341 LCD Single
Chip Driver.

View file

@ -56,11 +56,11 @@ config LEDS_MAX7219
Enable support for the MAX7219 to control 7-segment displays.
config RGBLED
bool "RGB LED Driver Support"
default n
---help---
This selection enables building of the "upper-half" RGB LED driver.
See include/nuttx/rgbled.h for further PWM driver information.
bool "RGB LED Driver Support"
default n
---help---
This selection enables building of the "upper-half" RGB LED driver.
See include/nuttx/rgbled.h for further PWM driver information.
config RGBLED_INVERT
bool "Invert RGB LED Output"

View file

@ -424,7 +424,7 @@ config ETH1_PHY_NONE
bool "No PHY support"
config ETH1_PHY_AM79C874
bool "AMD Am79C874 PHY"
bool "AMD Am79C874 PHY"
config ETH1_PHY_KS8721
bool "Micrel KS8721 PHY"

View file

@ -77,7 +77,7 @@ config PM_COEF3
---help---
See help associated with CONFIG_PM_MEMORY
Ignored if CONFIG_PM_MEMORY <= 3
Ignored if CONFIG_PM_MEMORY <= 3
config PM_COEF4
int "PM coefficient 4"

View file

@ -63,7 +63,7 @@ config SENSORS_BMI160
select I2C
---help---
Enable driver support for the Bosch BMI160 Inertial
Measurement sensor
Measurement sensor
if SENSORS_BMI160

View file

@ -15,32 +15,32 @@ config PWM
if PWM
config PWM_PULSECOUNT
bool "PWM Pulse Count Support"
default n
depends on ARCH_HAVE_PWM_PULSECOUNT
---help---
Some hardware will support generation of a fixed number of pulses.
This might be used, for example to support a stepper motor. If the
hardware will support a fixed pulse count, then this configuration
should be set to enable the capability.
bool "PWM Pulse Count Support"
default n
depends on ARCH_HAVE_PWM_PULSECOUNT
---help---
Some hardware will support generation of a fixed number of pulses.
This might be used, for example to support a stepper motor. If the
hardware will support a fixed pulse count, then this configuration
should be set to enable the capability.
config PWM_MULTICHAN
bool "PWM Multiple Output Channel Support"
default n
depends on ARCH_HAVE_PWM_MULTICHAN
depends on !PWM_PULSECOUNT
---help---
Enables support for multiple output channels per timer.
bool "PWM Multiple Output Channel Support"
default n
depends on ARCH_HAVE_PWM_MULTICHAN
depends on !PWM_PULSECOUNT
---help---
Enables support for multiple output channels per timer.
if PWM_MULTICHAN
config PWM_NCHANNELS
int "Number of Output Channels Per Timer"
default 1
range 1 6
---help---
Specifies the number of output channels per timer. Each timer
may support fewer output channels than this value.
int "Number of Output Channels Per Timer"
default 1
range 1 6
---help---
Specifies the number of output channels per timer. Each timer
may support fewer output channels than this value.
endif # PWM_MULTICHAN
endif # PWM

View file

@ -29,7 +29,7 @@ config VIDEO_STREAM
Enable video Stream support
config VIDEO_MAX7456
bool "Maxim 7456 Monochrome OSD"
bool "Maxim 7456 Monochrome OSD"
default n
select SPI
---help---

View file

@ -47,29 +47,29 @@ config FAT_MAXFNAME
time. The minimum values is 12 due to assumptions in internal logic.
config FAT_LFN_ALIAS_HASH
bool "Use faster method for forming long filename 8.3 alias"
depends on FAT_LFN
default n
---help---
Long filenames on FAT filesystems have associated 8.3 character alias
short filenames. The traditional form of these is FILENA~1.EXT with
a running count of the number of similar names. However creating this
unique count can take several seconds if there are many similarly named
files in the directory. Enabling FAT_LFN_ALIAS_HASH uses an alternative
format of FI0123~1.TXT where the four digits are a hash of the original
filename. This method is similar to what is used by Windows 2000 and
later.
bool "Use faster method for forming long filename 8.3 alias"
depends on FAT_LFN
default n
---help---
Long filenames on FAT filesystems have associated 8.3 character alias
short filenames. The traditional form of these is FILENA~1.EXT with
a running count of the number of similar names. However creating this
unique count can take several seconds if there are many similarly named
files in the directory. Enabling FAT_LFN_ALIAS_HASH uses an alternative
format of FI0123~1.TXT where the four digits are a hash of the original
filename. This method is similar to what is used by Windows 2000 and
later.
config FAT_LFN_ALIAS_TRAILCHARS
int "Number of trailing characters to use for 8.3 alias"
depends on FAT_LFN
default 0
---help---
Traditional format for long filename 8.3 aliases takes first 6
characters of long filename. If this option is set to N > 0,
NuttX will instead take first 6-N and last N characters to form
the short name. This is useful for filenames like "datafile12.txt"
where the first characters would always remain the same.
int "Number of trailing characters to use for 8.3 alias"
depends on FAT_LFN
default 0
---help---
Traditional format for long filename 8.3 aliases takes first 6
characters of long filename. If this option is set to N > 0,
NuttX will instead take first 6-N and last N characters to form
the short name. This is useful for filenames like "datafile12.txt"
where the first characters would always remain the same.
config FS_FATTIME
bool "FAT timestamps"

View file

@ -6,9 +6,9 @@
if !DISABLE_MQUEUE
config FS_MQUEUE_MPATH
string "Path to message queuee"
default "/var/mqueue"
---help---
The path to where POSIX message queues will exist in the VFS namespace.
string "Path to message queuee"
default "/var/mqueue"
---help---
The path to where POSIX message queues will exist in the VFS namespace.
endif # !DISABLE_MQUEUE