diff options
Diffstat (limited to 'drivers/mmc/card/Kconfig')
-rw-r--r-- | drivers/mmc/card/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mmc/card/Kconfig b/drivers/mmc/card/Kconfig index a49cb9737cd8..aa8a4e461942 100644 --- a/drivers/mmc/card/Kconfig +++ b/drivers/mmc/card/Kconfig | |||
@@ -32,3 +32,10 @@ config MMC_BLOCK_BOUNCE | |||
32 | 32 | ||
33 | If unsure, say Y here. | 33 | If unsure, say Y here. |
34 | 34 | ||
35 | config SDIO_UART | ||
36 | tristate "SDIO UART/GPS class support" | ||
37 | depends on MMC | ||
38 | help | ||
39 | SDIO function driver for SDIO cards that implements the UART | ||
40 | class, as well as the GPS class which appears like a UART. | ||
41 | |||