zephyr/drivers/i2c/Kconfig.omap
Daniel Schultz 68dc1b5ebf drivers: i2c: i2c_omap: Add pinctrl
Extend the I2c OMAP driver to automatically mux pins require by this
interfaces.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
2025-02-14 13:36:26 +01:00

20 lines
475 B
Plaintext

# Copyright (C) 2024 BeagleBoard.org Foundation
# Copyright (C) 2024 Dhruv Menon <dhruvmenon1104@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config I2C_OMAP
bool "TI OMAP I2C Driver"
default y
depends on DT_HAS_TI_OMAP_I2C_ENABLED
select PINCTRL
help
Enable the I2C driver for TI OMAP SoCs.
config I2C_OMAP_BUS_RECOVERY
bool "Bus recovery support"
depends on I2C_OMAP
select I2C_BITBANG
help
Enable OMAP I2C driver bus recovery support via bitbanging.