1# Copyright (C) 2024 BeagleBoard.org Foundation
2# Copyright (C) 2024 Dhruv Menon <dhruvmenon1104@gmail.com>
3
4# SPDX-License-Identifier: Apache-2.0
5
6config I2C_OMAP
7	bool "TI OMAP I2C Driver"
8	default y
9	depends on DT_HAS_TI_OMAP_I2C_ENABLED
10	select PINCTRL
11	help
12	  Enable the I2C driver for TI OMAP SoCs.
13
14config I2C_OMAP_BUS_RECOVERY
15	bool "Bus recovery support"
16	depends on I2C_OMAP
17	select I2C_BITBANG
18	help
19	  Enable OMAP I2C driver bus recovery support via bitbanging.
20