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
|
||||
|
||||
config SOC_NRF52832
|
||||
bool "NRF52832"
|
||||
bool "NRF52832"
|
||||
|
||||
endchoice
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
if BOARD_NRF52_PCA10040
|
||||
|
||||
config GPIO_AS_PINRESET
|
||||
bool "GPIO as pin reset (reset button)"
|
||||
default y
|
||||
bool "GPIO as pin reset (reset button)"
|
||||
default y
|
||||
|
||||
endif # BOARD_NRF52_PCA10040
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
# limitations under the License.
|
||||
|
||||
config BOARD_NRF52_PCA10040
|
||||
bool "nRF52 PCA10040"
|
||||
depends on SOC_NRF52832
|
||||
bool "nRF52 PCA10040"
|
||||
depends on SOC_NRF52832
|
||||
|
|
|
@ -28,11 +28,11 @@ if PINMUX
|
|||
source "drivers/pinmux/dev/Kconfig"
|
||||
|
||||
config PINMUX_NAME
|
||||
string "Pinmux driver name"
|
||||
depends on PINMUX
|
||||
default "PINMUX"
|
||||
help
|
||||
The name of the pinmux driver.
|
||||
string "Pinmux driver name"
|
||||
depends on PINMUX
|
||||
default "PINMUX"
|
||||
help
|
||||
The name of the pinmux driver.
|
||||
|
||||
config PINMUX_INIT_PRIORITY
|
||||
int
|
||||
|
|
|
@ -23,7 +23,7 @@ menuconfig LSM6DS0
|
|||
default n
|
||||
help
|
||||
Enable driver for LSM6DS0 I2C-based accelerometer and gyroscope
|
||||
sensor.
|
||||
sensor.
|
||||
|
||||
config LSM6DS0_SYS_LOG_LEVEL
|
||||
int "LSM6DS0 Log level"
|
||||
|
|
|
@ -71,7 +71,7 @@ config UART_NRF5_GPIO_TX_PIN
|
|||
range 0 31
|
||||
default 6
|
||||
depends on UART_NRF5
|
||||
depends on GPIO_NRF5
|
||||
depends on GPIO_NRF5
|
||||
help
|
||||
The GPIO pin to use for TX.
|
||||
|
||||
|
|
Loading…
Reference in a new issue