diff options
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r-- | drivers/pcmcia/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index 36cc9a96a338..ccf20039e909 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -154,6 +154,16 @@ config TCIC | |||
154 | "Bridge" is the name used for the hardware inside your computer that | 154 | "Bridge" is the name used for the hardware inside your computer that |
155 | PCMCIA cards are plugged into. If unsure, say N. | 155 | PCMCIA cards are plugged into. If unsure, say N. |
156 | 156 | ||
157 | config PCMCIA_M8XX | ||
158 | tristate "MPC8xx PCMCIA support" | ||
159 | depends on PCMCIA && PPC | ||
160 | select PCCARD_NONSTATIC | ||
161 | help | ||
162 | Say Y here to include support for PowerPC 8xx series PCMCIA | ||
163 | controller. | ||
164 | |||
165 | This driver is also available as a module called m8xx_pcmcia. | ||
166 | |||
157 | config HD64465_PCMCIA | 167 | config HD64465_PCMCIA |
158 | tristate "HD64465 host bridge support" | 168 | tristate "HD64465 host bridge support" |
159 | depends on HD64465 && PCMCIA | 169 | depends on HD64465 && PCMCIA |