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:
parent
7d76e9619b
commit
556b66f468
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue