Remove spaces from Kconfig

This commit is contained in:
Gregory Nutt 2019-03-25 11:16:21 -06:00
parent 6499ec3e94
commit 47b6f7876e

View File

@ -64,16 +64,16 @@ config SENSORS_HCSR04
if SENSORS_HCSR04 if SENSORS_HCSR04
config HCSR04_DEBUG config HCSR04_DEBUG
bool "Debug support for the HC-SR04" bool "Debug support for the HC-SR04"
default n default n
---help--- ---help---
Enables debug features for the HC-SR04 Enables debug features for the HC-SR04
config HCSR04_NPOLLWAITERS config HCSR04_NPOLLWAITERS
int "Number of waiters to poll" int "Number of waiters to poll"
default 1 default 1
---help--- ---help---
Number of waiters to poll Number of waiters to poll
endif # SENSORS_HCSR04 endif # SENSORS_HCSR04
@ -432,10 +432,10 @@ config SENSORS_ADXL372
Enable driver support for the Analog Devices ADXL372 Sensor. Enable driver support for the Analog Devices ADXL372 Sensor.
config SENSORS_MPU60X0 config SENSORS_MPU60X0
bool "Invensense MPU60x0 Sensor support" bool "Invensense MPU60x0 Sensor support"
default n default n
---help--- ---help---
Enable driver support for Invensense MPU60x0 MotionTracker(tm) device. Enable driver support for Invensense MPU60x0 MotionTracker(tm) device.
if SENSORS_MPU60X0 if SENSORS_MPU60X0
@ -462,7 +462,7 @@ config MPU60X0_EXTI
bool "Enable interrupts" bool "Enable interrupts"
default n default n
---help--- ---help---
Select this when the MPU60x0's INT pin is connected to an Select this when the MPU60x0's INT pin is connected to an
interrupt line on the host processor, and identify the pin interrupt line on the host processor, and identify the pin
during device registration. The driver will use interrupts to during device registration. The driver will use interrupts to
manage FIFO-full and/or sample-ready events, depending on how manage FIFO-full and/or sample-ready events, depending on how