diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 22:45:05 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 22:45:05 +0100 |
commit | f98614072c5d43421a2cfa6f9b911a071e6e6d5f (patch) | |
tree | c11fc91efdea95ce8375650118acddb98dd81db3 | |
parent | dd2adea415f108da37c801d1af384ae7cdf46dce (diff) | |
download | op-kernel-dev-f98614072c5d43421a2cfa6f9b911a071e6e6d5f.zip op-kernel-dev-f98614072c5d43421a2cfa6f9b911a071e6e6d5f.tar.gz |
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/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig index b0ce7cd..910e90b 100644 --- a/drivers/pcmcia/Kconfig +++ b/drivers/pcmcia/Kconfig @@ -147,7 +147,6 @@ config TCIC config PCMCIA_ALCHEMY_DEVBOARD tristate "Alchemy Db/Pb1xxx PCMCIA socket services" depends on MIPS_ALCHEMY && PCMCIA - select 64BIT_PHYS_ADDR help Enable this driver of you want PCMCIA support on your Alchemy Db1000, Db/Pb1100, Db/Pb1500, Db/Pb1550, Db/Pb1200, DB1300 @@ -158,7 +157,6 @@ config PCMCIA_ALCHEMY_DEVBOARD config PCMCIA_XXS1500 tristate "MyCable XXS1500 PCMCIA socket support" depends on PCMCIA && MIPS_XXS1500 - select 64BIT_PHYS_ADDR help Support for the PCMCIA/CF socket interface on MyCable XXS1500 systems. |