Adds necessary pinctrl support to Arm SBCon I2C driver. Signed-off-by: Samuel Chee <samche01@arm.com> Signed-off-by: Sudan Landge <sudan.landge@arm.com>
9 lines
246 B
Text
9 lines
246 B
Text
# Copyright (c) 2016 Linaro Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config I2C_SBCON
|
|
bool "I2C driver for ARM's SBCon two-wire serial bus interface"
|
|
default y
|
|
depends on DT_HAS_ARM_VERSATILE_I2C_ENABLED
|
|
select I2C_BITBANG
|
|
select PINCTRL
|