drivers/lis3dh: Add symbol to TRIGGER_MODE config choice

Add symbolic names to trigger mode (LIS3DH_TRIGGER_MODE) in order to
be defined in board defconfig files.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
Armando Visconti 2018-12-03 15:03:57 +01:00 committed by Anas Nashif
parent 7dbbb07f07
commit e721b498ce

View file

@ -14,9 +14,8 @@ menuconfig LIS3DH
if LIS3DH
choice
choice LIS3DH_TRIGGER_MODE
prompt "Trigger mode"
default LIS3DH_TRIGGER_GLOBAL_THREAD
help
Specify the type of triggering to be used by the driver.