mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
Change space to tab and help to ---help--- in Kconfig files.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-2
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
+20
-20
@@ -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
|
||||
|
||||
@@ -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---
|
||||
|
||||
Reference in New Issue
Block a user