blob: 91c51ff48439a64fdb556feb636fa80daa8fb201 [file] [log] [blame]
# Kconfig - ST Nucleo Expansion Board x-nucleo-iks01a1 configuration
#
# Copyright (c) 2018 Linaro Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
if SHIELD_X_NUCLEO_IKS01A1
if HTS221
choice HTS221_TRIGGER_MODE
default HTS221_TRIGGER_NONE
endchoice
endif # HTS221
if LIS3MDL
choice LIS3MDL_TRIGGER_MODE
default LIS3MDL_TRIGGER_NONE
endchoice
endif # LIS3MDL
if I2C_STM32
config I2C_STM32_INTERRUPT
default y
endif # I2C_STM32
endif # SHIELD_X_NUCLEO_IKS01A1