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
+3 -3
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
+2 -2
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
+2 -2
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.
+5 -5
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"
+1 -1
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"
+1 -1
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"
+1 -1
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
+20 -20
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
+1 -1
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---