More cleanup whitespace in Kconfig files

Some additional whitespace converted to TABs

Change-Id: I945383f70960ad97e9cbc11ea96b099bcc558404
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2016-06-01 13:46:14 -05:00 committed by Anas Nashif
parent 7d76e9619b
commit 556b66f468
6 changed files with 12 additions and 12 deletions

View file

@ -20,6 +20,6 @@ prompt "nRF52x MCU Selection"
depends on SOC_SERIES_NRF52X depends on SOC_SERIES_NRF52X
config SOC_NRF52832 config SOC_NRF52832
bool "NRF52832" bool "NRF52832"
endchoice endchoice

View file

@ -17,7 +17,7 @@
if BOARD_NRF52_PCA10040 if BOARD_NRF52_PCA10040
config GPIO_AS_PINRESET config GPIO_AS_PINRESET
bool "GPIO as pin reset (reset button)" bool "GPIO as pin reset (reset button)"
default y default y
endif # BOARD_NRF52_PCA10040 endif # BOARD_NRF52_PCA10040

View file

@ -15,5 +15,5 @@
# limitations under the License. # limitations under the License.
config BOARD_NRF52_PCA10040 config BOARD_NRF52_PCA10040
bool "nRF52 PCA10040" bool "nRF52 PCA10040"
depends on SOC_NRF52832 depends on SOC_NRF52832

View file

@ -28,11 +28,11 @@ if PINMUX
source "drivers/pinmux/dev/Kconfig" source "drivers/pinmux/dev/Kconfig"
config PINMUX_NAME config PINMUX_NAME
string "Pinmux driver name" string "Pinmux driver name"
depends on PINMUX depends on PINMUX
default "PINMUX" default "PINMUX"
help help
The name of the pinmux driver. The name of the pinmux driver.
config PINMUX_INIT_PRIORITY config PINMUX_INIT_PRIORITY
int int

View file

@ -23,7 +23,7 @@ menuconfig LSM6DS0
default n default n
help help
Enable driver for LSM6DS0 I2C-based accelerometer and gyroscope Enable driver for LSM6DS0 I2C-based accelerometer and gyroscope
sensor. sensor.
config LSM6DS0_SYS_LOG_LEVEL config LSM6DS0_SYS_LOG_LEVEL
int "LSM6DS0 Log level" int "LSM6DS0 Log level"

View file

@ -71,7 +71,7 @@ config UART_NRF5_GPIO_TX_PIN
range 0 31 range 0 31
default 6 default 6
depends on UART_NRF5 depends on UART_NRF5
depends on GPIO_NRF5 depends on GPIO_NRF5
help help
The GPIO pin to use for TX. The GPIO pin to use for TX.