zephyr/drivers/i2c/Kconfig.ene
Steven Chang b231905e38 drivers: i2c: initial device driver for ENE KB1200
Add i2c driver for ENE KB1200

Signed-off-by: Steven Chang <steven@ene.com.tw>
2024-03-15 09:39:48 +00:00

11 lines
244 B
Plaintext

# Copyright (c) 2024 ENE Technology Inc.
# SPDX-License-Identifier: Apache-2.0
config I2C_ENE_KB1200
bool "ENE KB1200 I2C driver"
default y
depends on DT_HAS_ENE_KB1200_I2C_ENABLED
select PINCTRL
help
Enable the ENE KB1200 I2C driver.