diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-04-21 04:50:25 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-21 07:52:03 -0400 |
commit | 99b56cad8d64279c075b4e1b0ca28347e3c5267a (patch) | |
tree | c2587b4fee677f342ab1f09fdc3deb38c4ae60f3 /drivers/pcmcia/Kconfig | |
parent | d8d9075cf6023340a1603720a9a59815f14a5219 (diff) |
[ARM] pxa: fix 0e623941bec7e80c97b076d346327b31ae17d84a
Place the dependency against the correct config symbol.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/pcmcia/Kconfig')
-rw-r--r-- | drivers/pcmcia/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index ed8c06904807..8d8852651fd2 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig | |||
@@ -200,7 +200,6 @@ config PCMCIA_AU1X00 | |||
200 | config PCMCIA_SA1100 | 200 | config PCMCIA_SA1100 |
201 | tristate "SA1100 support" | 201 | tristate "SA1100 support" |
202 | depends on ARM && ARCH_SA1100 && PCMCIA | 202 | depends on ARM && ARCH_SA1100 && PCMCIA |
203 | depends on ARCH_LUBBOCK || MACH_MAINSTONE || PXA_SHARPSL || MACH_ARMCORE | ||
204 | help | 203 | help |
205 | Say Y here to include support for SA11x0-based PCMCIA or CF | 204 | Say Y here to include support for SA11x0-based PCMCIA or CF |
206 | sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/ | 205 | sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/ |
@@ -221,6 +220,7 @@ config PCMCIA_SA1111 | |||
221 | config PCMCIA_PXA2XX | 220 | config PCMCIA_PXA2XX |
222 | tristate "PXA2xx support" | 221 | tristate "PXA2xx support" |
223 | depends on ARM && ARCH_PXA && PCMCIA | 222 | depends on ARM && ARCH_PXA && PCMCIA |
223 | depends on ARCH_LUBBOCK || MACH_MAINSTONE || PXA_SHARPSL || MACH_ARMCORE | ||
224 | help | 224 | help |
225 | Say Y here to include support for the PXA2xx PCMCIA controller | 225 | Say Y here to include support for the PXA2xx PCMCIA controller |
226 | 226 | ||