1# Copyright (c) 2021 Telink Semiconductor
2# SPDX-License-Identifier: Apache-2.0
3
4config I2C_TELINK_B91
5	bool "Telink Semiconductor B91 I2C driver"
6	default y
7	depends on DT_HAS_TELINK_B91_I2C_ENABLED
8	help
9	  Enables Telink B91 I2C driver.
10