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	select I2C_BITBANG
7	help
8	  Enable software driven (bit banging) I2C support using GPIO pins
9