drivers: i2c: Add Ambiq I2C driver
This commit adds I2C master driver for Apollo4 SoCs. Signed-off-by: Mateusz Sierszulski <msierszulski@antmicro.com>
This commit is contained in:
parent
1f69580601
commit
47d0e79444
7 changed files with 222 additions and 1 deletions
|
@ -30,4 +30,9 @@ config AMBIQ_HAL_USE_WDT
|
|||
help
|
||||
Use the WDT driver from Ambiq HAL
|
||||
|
||||
config AMBIQ_HAL_USE_I2C
|
||||
bool
|
||||
help
|
||||
Use the I2C driver from Ambiq HAL
|
||||
|
||||
endif # AMBIQ_HAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue