stm32f0: Initial support for i2c on stm32f0

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-11-13 22:20:29 -05:00
parent d39142139e
commit 9ff4f1bb2f
4 changed files with 100 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ config STM32_SELECT
default y
select HAVE_GPIO
select HAVE_GPIO_ADC
select HAVE_GPIO_I2C if !MACH_STM32F0
select HAVE_GPIO_I2C
select HAVE_GPIO_SPI
select HAVE_GPIO_BITBANGING