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:
parent
7dbbb07f07
commit
e721b498ce
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue