1# I2C BME688 test configuration options
2# Copyright (c) 2024 Nordic Semiconductor ASA
3# SPDX-License-Identifier: Apache-2.0
4
5config TEST_I2C_SPEED
6	int "Select I2C speed used during the test, selectable options are: I2C_SPEED_STANDARD (0x1U), I2C_SPEED_FAST (0x2U), I2C_SPEED_FAST_PLUS (0x3U)"
7	default 1
8
9source "Kconfig.zephyr"
10