1# Copyright (c) 2019 Antmicro <www.antmicro.com>
2# SPDX-License-Identifier: Apache-2.0
3
4config I2C_LITEX
5	bool "LiteX I2C driver"
6	default y
7	depends on DT_HAS_LITEX_I2C_ENABLED
8	select I2C_BITBANG
9	help
10	  Enable support for Litex I2C driver
11