Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bb746cdcc53a89b378b3af2ce39de5f737cd7e8b
/
.
/
drivers
/
i2c
/
Kconfig.ene
blob: 7b9d84ac6b44c64afa48d08ce972e171a1ec53ab [
file
]
# 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
.