mb/google/brya: Create rull variant
[coreboot2.git] / src / drivers / i2c / designware / Kconfig
bloba7a77b11ed691dd429e79232faa7992a4c791b59
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config DRIVERS_I2C_DESIGNWARE
4         bool
5         help
6           Designware I2C support
8 config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
9         int
10         depends on DRIVERS_I2C_DESIGNWARE
11         help
12           The i2c ip block's clock.
14 config DRIVERS_I2C_DESIGNWARE_DEBUG
15         bool
16         default n
17         depends on DRIVERS_I2C_DESIGNWARE