diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /drivers/pcmcia/Kconfig | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r-- | drivers/pcmcia/Kconfig | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index 8fd255f7ee4..6e318ce4113 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -155,14 +155,18 @@ config PCMCIA_M8XX | |||
155 | 155 | ||
156 | This driver is also available as a module called m8xx_pcmcia. | 156 | This driver is also available as a module called m8xx_pcmcia. |
157 | 157 | ||
158 | config PCMCIA_AU1X00 | ||
159 | tristate "Au1x00 pcmcia support" | ||
160 | depends on MIPS_ALCHEMY && PCMCIA | ||
161 | |||
158 | config PCMCIA_ALCHEMY_DEVBOARD | 162 | config PCMCIA_ALCHEMY_DEVBOARD |
159 | tristate "Alchemy Db/Pb1xxx PCMCIA socket services" | 163 | tristate "Alchemy Db/Pb1xxx PCMCIA socket services" |
160 | depends on MIPS_ALCHEMY && PCMCIA | 164 | depends on MIPS_ALCHEMY && PCMCIA |
161 | select 64BIT_PHYS_ADDR | 165 | select 64BIT_PHYS_ADDR |
162 | help | 166 | help |
163 | Enable this driver of you want PCMCIA support on your Alchemy | 167 | Enable this driver of you want PCMCIA support on your Alchemy |
164 | Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200, DB1300 | 168 | Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200 board. |
165 | board. NOT suitable for the PB1000! | 169 | NOT suitable for the PB1000! |
166 | 170 | ||
167 | This driver is also available as a module called db1xxx_ss.ko | 171 | This driver is also available as a module called db1xxx_ss.ko |
168 | 172 | ||
@@ -183,14 +187,10 @@ config PCMCIA_BCM63XX | |||
183 | config PCMCIA_SOC_COMMON | 187 | config PCMCIA_SOC_COMMON |
184 | tristate | 188 | tristate |
185 | 189 | ||
186 | config PCMCIA_SA11XX_BASE | ||
187 | tristate | ||
188 | |||
189 | config PCMCIA_SA1100 | 190 | config PCMCIA_SA1100 |
190 | tristate "SA1100 support" | 191 | tristate "SA1100 support" |
191 | depends on ARM && ARCH_SA1100 && PCMCIA | 192 | depends on ARM && ARCH_SA1100 && PCMCIA |
192 | select PCMCIA_SOC_COMMON | 193 | select PCMCIA_SOC_COMMON |
193 | select PCMCIA_SA11XX_BASE | ||
194 | help | 194 | help |
195 | Say Y here to include support for SA11x0-based PCMCIA or CF | 195 | Say Y here to include support for SA11x0-based PCMCIA or CF |
196 | sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/ | 196 | sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/ |
@@ -200,9 +200,8 @@ config PCMCIA_SA1100 | |||
200 | 200 | ||
201 | config PCMCIA_SA1111 | 201 | config PCMCIA_SA1111 |
202 | tristate "SA1111 support" | 202 | tristate "SA1111 support" |
203 | depends on ARM && SA1111 && PCMCIA | 203 | depends on ARM && ARCH_SA1100 && SA1111 && PCMCIA |
204 | select PCMCIA_SOC_COMMON | 204 | select PCMCIA_SOC_COMMON |
205 | select PCMCIA_SA11XX_BASE if ARCH_SA1100 | ||
206 | help | 205 | help |
207 | Say Y here to include support for SA1111-based PCMCIA or CF | 206 | Say Y here to include support for SA1111-based PCMCIA or CF |
208 | sockets, found on the Jornada 720, Graphicsmaster and other | 207 | sockets, found on the Jornada 720, Graphicsmaster and other |
@@ -217,8 +216,7 @@ config PCMCIA_PXA2XX | |||
217 | || MACH_ARMCORE || ARCH_PXA_PALM || TRIZEPS_PCMCIA \ | 216 | || MACH_ARMCORE || ARCH_PXA_PALM || TRIZEPS_PCMCIA \ |
218 | || ARCOM_PCMCIA || ARCH_PXA_ESERIES || MACH_STARGATE2 \ | 217 | || ARCOM_PCMCIA || ARCH_PXA_ESERIES || MACH_STARGATE2 \ |
219 | || MACH_VPAC270 || MACH_BALLOON3 || MACH_COLIBRI \ | 218 | || MACH_VPAC270 || MACH_BALLOON3 || MACH_COLIBRI \ |
220 | || MACH_COLIBRI320 || MACH_H4700) | 219 | || MACH_COLIBRI320) |
221 | select PCMCIA_SA1111 if ARCH_LUBBOCK && SA1111 | ||
222 | select PCMCIA_SOC_COMMON | 220 | select PCMCIA_SOC_COMMON |
223 | help | 221 | help |
224 | Say Y here to include support for the PXA2xx PCMCIA controller | 222 | Say Y here to include support for the PXA2xx PCMCIA controller |