2018-02-28 18:27:46 +08:00
|
|
|
# Copyright (c) 2018 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
menuconfig I2C_DW
|
|
|
|
bool "Design Ware I2C support"
|
2022-07-21 04:44:42 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_SNPS_DESIGNWARE_I2C_ENABLED
|
2018-02-28 18:27:46 +08:00
|
|
|
help
|
2018-10-19 20:05:26 +08:00
|
|
|
Enable the Design Ware I2C driver
|
2018-02-28 18:27:46 +08:00
|
|
|
|
|
|
|
config I2C_DW_CLOCK_SPEED
|
|
|
|
int "Set the clock speed for I2C"
|
2021-04-21 05:04:35 +08:00
|
|
|
depends on I2C_DW
|
2018-02-28 18:27:46 +08:00
|
|
|
default 32
|