zephyr/drivers/i2c/Kconfig.sbcon
Kumar Gala 4f714d3822 drivers/i2c: Add missing HAS_DTS_I2C to sbcon
The ARM SBCON I2C driver supported DTS, but missed HAS_DTS_I2C in
Kconfig for it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-06-18 11:22:23 -04:00

12 lines
220 B
Plaintext

#
# Copyright (c) 2016 Linaro Ltd.
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig I2C_SBCON
bool "I2C driver for ARM's SBCon two-wire serial bus interface"
depends on ARM
select I2C_BITBANG
select HAS_DTS_I2C