summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/designware/Kconfig
blob: e4b7777dafa31b2dc7c241b14031a99cc265c00e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config DRIVERS_I2C_DESIGNWARE
	bool
	help
	  Designware I2C support

config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
	int
	depends on DRIVERS_I2C_DESIGNWARE
	help
	  The i2c ip block's clock.

config DRIVERS_I2C_DESIGNWARE_DEBUG
	bool
	default n
	depends on DRIVERS_I2C_DESIGNWARE