diff options
author | Albert Herranz <albert_herranz@yahoo.es> | 2009-09-08 13:30:12 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-09-09 11:19:00 -0400 |
commit | 24ea602e183ca20a7577ebe253323d0e5d0f9847 (patch) | |
tree | 9cd9c0b3832cac2f155e633fbed1ce2bf3331f9a /drivers/ssb/Kconfig | |
parent | f020979d5d7c9816c071d0aedf60a889fa4fae40 (diff) |
ssb: Implement SDIO host bus support
Add support for communicating with a Sonics Silicon Backplane through a
SDIO interface, as found in the Nintendo Wii WLAN daughter card.
The Nintendo Wii WLAN card includes a custom Broadcom 4318 chip with
a SDIO host interface.
Signed-off-by: Albert Herranz <albert_herranz@yahoo.es>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/ssb/Kconfig')
-rw-r--r-- | drivers/ssb/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig index 540a2948596c..2d8cc455dbc7 100644 --- a/drivers/ssb/Kconfig +++ b/drivers/ssb/Kconfig | |||
@@ -66,6 +66,20 @@ config SSB_PCMCIAHOST | |||
66 | 66 | ||
67 | If unsure, say N | 67 | If unsure, say N |
68 | 68 | ||
69 | config SSB_SDIOHOST_POSSIBLE | ||
70 | bool | ||
71 | depends on SSB && (MMC = y || MMC = SSB) | ||
72 | default y | ||
73 | |||
74 | config SSB_SDIOHOST | ||
75 | bool "Support for SSB on SDIO-bus host" | ||
76 | depends on SSB_SDIOHOST_POSSIBLE | ||
77 | help | ||
78 | Support for a Sonics Silicon Backplane on top | ||
79 | of a SDIO device. | ||
80 | |||
81 | If unsure, say N | ||
82 | |||
69 | config SSB_SILENT | 83 | config SSB_SILENT |
70 | bool "No SSB kernel messages" | 84 | bool "No SSB kernel messages" |
71 | depends on SSB && EMBEDDED | 85 | depends on SSB && EMBEDDED |