diff options
Diffstat (limited to 'src/drivers/i2c/designware/Kconfig')
-rw-r--r-- | src/drivers/i2c/designware/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/drivers/i2c/designware/Kconfig b/src/drivers/i2c/designware/Kconfig new file mode 100644 index 0000000000..e4b7777daf --- /dev/null +++ b/src/drivers/i2c/designware/Kconfig @@ -0,0 +1,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 |