fxos8700: Fix Kconfig help indentation

Fixes the fxos8700 Kconfig help indentation to be <tab><space><space>.

Change-Id: If6e9395b5d28044962ca568be5515658e7dc2627
Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2017-03-30 13:57:50 -05:00 committed by Anas Nashif
commit de64c8394c

View file

@ -28,8 +28,8 @@ config FXOS8700_I2C_ADDRESS
range 0x1c 0x1f
default 0x1d
help
The I2C slave address can be configured by the SA0 and SA1 input pins.
This option should usually be set by the board defconfig.
The I2C slave address can be configured by the SA0 and SA1 input
pins. This option should usually be set by the board defconfig.
config FXOS8700_WHOAMI
hex "WHOAMI value"
@ -118,8 +118,8 @@ config FXOS8700_DRDY_INT1
depends on FXOS8700_TRIGGER
default n
help
Say Y to route data ready interrupt to INT1 pin. Say N to route to INT2
pin.
Say Y to route data ready interrupt to INT1 pin. Say N to route to
INT2 pin.
if FXOS8700_TRIGGER
@ -158,8 +158,8 @@ config FXOS8700_PULSE_THSX
default 0x20
help
Threshold to start the pulse-event detection procedure on the X-axis.
Threshold values for each axis are unsigned 7-bit numbers with a fixed
resolution of 0.063 g/LSB, corresponding to an 8g acceleration
Threshold values for each axis are unsigned 7-bit numbers with a
fixed resolution of 0.063 g/LSB, corresponding to an 8g acceleration
full-scale range.
config FXOS8700_PULSE_THSY
@ -168,8 +168,8 @@ config FXOS8700_PULSE_THSY
default 0x20
help
Threshold to start the pulse-event detection procedure on the Y-axis.
Threshold values for each axis are unsigned 7-bit numbers with a fixed
resolution of 0.063 g/LSB, corresponding to an 8g acceleration
Threshold values for each axis are unsigned 7-bit numbers with a
fixed resolution of 0.063 g/LSB, corresponding to an 8g acceleration
full-scale range.
config FXOS8700_PULSE_THSZ
@ -178,8 +178,8 @@ config FXOS8700_PULSE_THSZ
default 0x40
help
Threshold to start the pulse-event detection procedure on the Z-axis.
Threshold values for each axis are unsigned 7-bit numbers with a fixed
resolution of 0.063 g/LSB, corresponding to an 8g acceleration
Threshold values for each axis are unsigned 7-bit numbers with a
fixed resolution of 0.063 g/LSB, corresponding to an 8g acceleration
full-scale range.
config FXOS8700_PULSE_TMLT
@ -188,19 +188,20 @@ config FXOS8700_PULSE_TMLT
default 0x18
help
The maximum time interval that can elapse between the start of the
acceleration on the selected channel exceeding the specified threshold
and the end when the channel acceleration goes back below the specified
threshold. The resolution depends upon the sample rate (ODR) and the
highpass filter configuration (HP_FILTER_CUTOFF[pls_hpf_en]). For
ODR=800 Hz and pls_hpf_en=0, the resolution is 0.625 ms/LSB.
acceleration on the selected channel exceeding the specified
threshold and the end when the channel acceleration goes back below
the specified threshold. The resolution depends upon the sample rate
(ODR) and the highpass filter configuration
(HP_FILTER_CUTOFF[pls_hpf_en]). For ODR=800 Hz and pls_hpf_en=0, the
resolution is 0.625 ms/LSB.
config FXOS8700_PULSE_LTCY
hex "Pulse latency"
range 0 0xff
default 0x28
help
The time interval that starts after the first pulse detection where the
pulse-detection function ignores the start of a new pulse. The
The time interval that starts after the first pulse detection where
the pulse-detection function ignores the start of a new pulse. The
resolution depends upon the sample rate (ODR) and the highpass filter
configuration (HP_FILTER_CUTOFF[pls_hpf_en]). For ODR=800 Hz and
pls_hpf_en=0, the resolution is 1.25 ms/LSB.
@ -214,11 +215,12 @@ config FXOS8700_PULSE_WIND
latency interval in which the start of the second pulse event must be
detected provided the device has been configured for double pulse
detection. The detected second pulse width must be shorter than the
time limit constraint specified by the PULSE_TMLT register, but the end
of the double pulse need not finish within the time specified by the
PULSE_WIND register. The resolution depends upon the sample rate (ODR)
and the highpass filter configuration (HP_FILTER_CUTOFF[pls_hpf_en]).
For ODR=800 Hz and pls_hpf_en=0, the resolution is 1.25 ms/LSB.
time limit constraint specified by the PULSE_TMLT register, but the
end of the double pulse need not finish within the time specified by
the PULSE_WIND register. The resolution depends upon the sample rate
(ODR) and the highpass filter configuration
(HP_FILTER_CUTOFF[pls_hpf_en]). For ODR=800 Hz and pls_hpf_en=0, the
resolution is 1.25 ms/LSB.
endif # FXOS8700_PULSE