1# Copyright (c) 2017 Linaro Ltd.
2# SPDX-License-Identifier: Apache-2.0
3
4config I2C_GPIO
5 bool "GPIO bit banging I2C support"
6 default y
7 depends on DT_HAS_GPIO_I2C_ENABLED
8 select I2C_BITBANG
9 help
10 Enable software driven (bit banging) I2C support using GPIO pins
11