mirror of https://gitee.com/openkylin/linux.git
[ARM] pxa: fix 0e623941be
Place the dependency against the correct config symbol. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
d8d9075cf6
commit
99b56cad8d
|
@ -200,7 +200,6 @@ config PCMCIA_AU1X00
|
||||||
config PCMCIA_SA1100
|
config PCMCIA_SA1100
|
||||||
tristate "SA1100 support"
|
tristate "SA1100 support"
|
||||||
depends on ARM && ARCH_SA1100 && PCMCIA
|
depends on ARM && ARCH_SA1100 && PCMCIA
|
||||||
depends on ARCH_LUBBOCK || MACH_MAINSTONE || PXA_SHARPSL || MACH_ARMCORE
|
|
||||||
help
|
help
|
||||||
Say Y here to include support for SA11x0-based PCMCIA or CF
|
Say Y here to include support for SA11x0-based PCMCIA or CF
|
||||||
sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/
|
sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/
|
||||||
|
@ -221,6 +220,7 @@ config PCMCIA_SA1111
|
||||||
config PCMCIA_PXA2XX
|
config PCMCIA_PXA2XX
|
||||||
tristate "PXA2xx support"
|
tristate "PXA2xx support"
|
||||||
depends on ARM && ARCH_PXA && PCMCIA
|
depends on ARM && ARCH_PXA && PCMCIA
|
||||||
|
depends on ARCH_LUBBOCK || MACH_MAINSTONE || PXA_SHARPSL || MACH_ARMCORE
|
||||||
help
|
help
|
||||||
Say Y here to include support for the PXA2xx PCMCIA controller
|
Say Y here to include support for the PXA2xx PCMCIA controller
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue