aboutsummaryrefslogtreecommitdiff
path: root/drivers/sdio/Kconfig
blob: 14bf5e36a35ab5dec24409817ac4096b63551416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# SDIO driver and host controller support
#

menu "SDIO support"

config SDIO
        tristate "SDIO support"
        default m
        ---help---
          good luck.

source "drivers/sdio/hcd/Kconfig"

source "drivers/sdio/function/Kconfig"

endmenu