stm32: Add sdio support
Adds sdio support for the stm32f4 to allow for SD card flash updates without power cycling some boards, e.g. BTT Octopus Pro. Signed-off-by: H. Gregor Molter <gregor.molter@secretlab.de> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
committed by
Kevin O'Connor
parent
848a78d1a5
commit
d7bd7f1f4b
@@ -115,6 +115,8 @@ config HAVE_GPIO_ADC
|
||||
bool
|
||||
config HAVE_GPIO_SPI
|
||||
bool
|
||||
config HAVE_GPIO_SDIO
|
||||
bool
|
||||
config HAVE_GPIO_I2C
|
||||
bool
|
||||
config HAVE_GPIO_HARD_PWM
|
||||
|
||||
Reference in New Issue
Block a user