mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-18 12:45:22 +00:00
Convert i2c_sbcon driver to use new defines so we can remove the dts_fixup.h code for it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
11 lines
200 B
Plaintext
11 lines
200 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
|