diff options
author | Albert Herranz <albert_herranz@yahoo.es> | 2009-12-17 18:27:20 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-17 18:45:32 -0500 |
commit | 1144ab5d4b2da9f964d126105c6b3ced939eb073 (patch) | |
tree | baba32874021651f2387a0181a12a9b26c847444 /drivers/mmc/host/Kconfig | |
parent | 7657c3a7d4bd42b832af5d6bb0e0e9bdba82d44d (diff) |
sdhci-of: add support for the wii sdhci controller
Add support for the Secure Digital Host Controller Interface found on the
"Hollywood" chipset of the Nintendo Wii video game console.
Signed-off-by: Albert Herranz <albert_herranz@yahoo.es>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index d9234648199a..ce1d28884e29 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -55,7 +55,7 @@ config MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER | |||
55 | has the effect of scrambling the addresses and formats of data | 55 | has the effect of scrambling the addresses and formats of data |
56 | accessed in sizes other than the datum size. | 56 | accessed in sizes other than the datum size. |
57 | 57 | ||
58 | This is the case for the Freescale eSDHC. | 58 | This is the case for the Freescale eSDHC and Nintendo Wii SDHCI. |
59 | 59 | ||
60 | config MMC_SDHCI_PCI | 60 | config MMC_SDHCI_PCI |
61 | tristate "SDHCI support on PCI bus" | 61 | tristate "SDHCI support on PCI bus" |
@@ -103,6 +103,17 @@ config MMC_SDHCI_OF_ESDHC | |||
103 | 103 | ||
104 | If unsure, say N. | 104 | If unsure, say N. |
105 | 105 | ||
106 | config MMC_SDHCI_OF_HLWD | ||
107 | bool "SDHCI OF support for the Nintendo Wii SDHCI controllers" | ||
108 | depends on MMC_SDHCI_OF | ||
109 | select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER | ||
110 | help | ||
111 | This selects the Secure Digital Host Controller Interface (SDHCI) | ||
112 | found in the "Hollywood" chipset of the Nintendo Wii video game | ||
113 | console. | ||
114 | |||
115 | If unsure, say N. | ||
116 | |||
106 | config MMC_SDHCI_PLTFM | 117 | config MMC_SDHCI_PLTFM |
107 | tristate "SDHCI support on the platform specific bus" | 118 | tristate "SDHCI support on the platform specific bus" |
108 | depends on MMC_SDHCI | 119 | depends on MMC_SDHCI |