1# Copyright (c) 2018 Intel Corporation 2# SPDX-License-Identifier: Apache-2.0 3 4menuconfig I2C_DW 5 bool "Design Ware I2C support" 6 default y 7 depends on DT_HAS_SNPS_DESIGNWARE_I2C_ENABLED 8 help 9 Enable the Design Ware I2C driver 10 11config I2C_DW_CLOCK_SPEED 12 int "Set the clock speed for I2C" 13 depends on I2C_DW 14 default 32 15