aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2014-11-24 16:45:05 -0500
committerRalf Baechle <ralf@linux-mips.org>2014-11-24 16:45:05 -0500
commitf98614072c5d43421a2cfa6f9b911a071e6e6d5f (patch)
treec11fc91efdea95ce8375650118acddb98dd81db3
parentdd2adea415f108da37c801d1af384ae7cdf46dce (diff)
PCMCIA: Alchemy Don't select 64BIT_PHYS_ADDR in Kconfig.
For Alchemy 64BIT_PHYS_ADDR is already always set in arch/mips/Kconfig. Also 64BIT_PHYS_ADDR is about to be removed. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--drivers/pcmcia/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig
index b0ce7cdee0c2..910e90bf16c6 100644
--- a/drivers/pcmcia/Kconfig
+++ b/drivers/pcmcia/Kconfig
@@ -147,7 +147,6 @@ config TCIC
147config PCMCIA_ALCHEMY_DEVBOARD 147config PCMCIA_ALCHEMY_DEVBOARD
148 tristate "Alchemy Db/Pb1xxx PCMCIA socket services" 148 tristate "Alchemy Db/Pb1xxx PCMCIA socket services"
149 depends on MIPS_ALCHEMY && PCMCIA 149 depends on MIPS_ALCHEMY && PCMCIA
150 select 64BIT_PHYS_ADDR
151 help 150 help
152 Enable this driver of you want PCMCIA support on your Alchemy 151 Enable this driver of you want PCMCIA support on your Alchemy
153 Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200, DB1300 152 Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200, DB1300
@@ -158,7 +157,6 @@ config PCMCIA_ALCHEMY_DEVBOARD
158config PCMCIA_XXS1500 157config PCMCIA_XXS1500
159 tristate "MyCable XXS1500 PCMCIA socket support" 158 tristate "MyCable XXS1500 PCMCIA socket support"
160 depends on PCMCIA && MIPS_XXS1500 159 depends on PCMCIA && MIPS_XXS1500
161 select 64BIT_PHYS_ADDR
162 help 160 help
163 Support for the PCMCIA/CF socket interface on MyCable XXS1500 161 Support for the PCMCIA/CF socket interface on MyCable XXS1500
164 systems. 162 systems.