26 lines
378 B
Plaintext
26 lines
378 B
Plaintext
# Kconfig - ST Nucleo Expansion Board x-nucleo-iks01a2 configuration
|
|
#
|
|
# Copyright (c) 2018 Linaro Limited.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if SHIELD_X_NUCLEO_IKS01A2
|
|
|
|
if HTS221
|
|
|
|
choice HTS221_TRIGGER_MODE
|
|
default HTS221_TRIGGER_NONE
|
|
endchoice
|
|
|
|
endif # HTS221
|
|
|
|
if I2C_STM32
|
|
|
|
config I2C_STM32_INTERRUPT
|
|
default y
|
|
|
|
endif # I2C_STM32
|
|
|
|
endif # SHIELD_X_NUCLEO_IKS01A2
|