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