drivers: i2c: Add STM32L1X I2C support

Add I2C support for STM32L1X SoC series based on I2C_STM32_V1
driver.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
Manivannan Sadhasivam 2019-01-04 22:05:03 +05:30 committed by Kumar Gala
commit b31adf2d33
5 changed files with 60 additions and 2 deletions

View file

@ -47,6 +47,10 @@
#include <stm32l1xx_ll_exti.h>
#endif
#ifdef CONFIG_I2C
#include <stm32l1xx_ll_i2c.h>
#endif
#endif /* !_ASMLANGUAGE */
#endif /* _STM32L1_SOC_H_ */