1## SPDX-License-Identifier: GPL-2.0-only 2 3config DRIVERS_I2C_DESIGNWARE 4 bool 5 help 6 Designware I2C support 7 8config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ 9 int 10 depends on DRIVERS_I2C_DESIGNWARE 11 help 12 The i2c ip block's clock. 13 14config DRIVERS_I2C_DESIGNWARE_DEBUG 15 bool 16 default n 17 depends on DRIVERS_I2C_DESIGNWARE 18