modules: stm32: add hal_sdio kconfig
Add STM32 HAL SDIO module driver Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
parent
b8b6afd198
commit
73f1e7e9e2
1 changed files with 6 additions and 0 deletions
|
|
@ -506,6 +506,12 @@ config USE_STM32_HAL_SDADC
|
|||
help
|
||||
Enable STM32Cube SDADC HAL module driver
|
||||
|
||||
config USE_STM32_HAL_SDIO
|
||||
bool
|
||||
help
|
||||
Enable STM32Cube Secure digital input/output interface (SDIO)
|
||||
HAL module driver
|
||||
|
||||
config USE_STM32_HAL_SDRAM
|
||||
bool
|
||||
help
|
||||
|
|
|
|||
Loading…
Reference in a new issue