From 47b6f7876efaa3c02c730e4d6847a3a3d9f26e7a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 25 Mar 2019 11:16:21 -0600 Subject: [PATCH] Remove spaces from Kconfig --- drivers/sensors/Kconfig | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/drivers/sensors/Kconfig b/drivers/sensors/Kconfig index ac5dcff391..6ebbeb7d91 100644 --- a/drivers/sensors/Kconfig +++ b/drivers/sensors/Kconfig @@ -64,16 +64,16 @@ config SENSORS_HCSR04 if SENSORS_HCSR04 config HCSR04_DEBUG - bool "Debug support for the HC-SR04" - default n - ---help--- - Enables debug features for the HC-SR04 + bool "Debug support for the HC-SR04" + default n + ---help--- + Enables debug features for the HC-SR04 config HCSR04_NPOLLWAITERS - int "Number of waiters to poll" - default 1 - ---help--- - Number of waiters to poll + int "Number of waiters to poll" + default 1 + ---help--- + Number of waiters to poll endif # SENSORS_HCSR04 @@ -432,10 +432,10 @@ config SENSORS_ADXL372 Enable driver support for the Analog Devices ADXL372 Sensor. config SENSORS_MPU60X0 - bool "Invensense MPU60x0 Sensor support" - default n - ---help--- - Enable driver support for Invensense MPU60x0 MotionTracker(tm) device. + bool "Invensense MPU60x0 Sensor support" + default n + ---help--- + Enable driver support for Invensense MPU60x0 MotionTracker(tm) device. if SENSORS_MPU60X0 @@ -462,7 +462,7 @@ config MPU60X0_EXTI bool "Enable interrupts" default n ---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 during device registration. The driver will use interrupts to manage FIFO-full and/or sample-ready events, depending on how