aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2008-07-16 14:33:41 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-07-16 14:33:41 -0400
commitba1d0de70d64e68f0e035f00dbb041c1e05b49c9 (patch)
tree37268a3670353e6a313832917b31fe7e07c7c8a7 /drivers/ide/Kconfig
parente48905e9cfffd21861c3521d828ae992a53aac67 (diff)
powerpc/ide: remove mpc8xx-ide driver
This driver was only used by arch/ppc code and is obsolete now with the move to common arch/powerpc code. [bart: port it over IDE tree, remove leftover 'choice' from Kconfig] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Kumar Gala <galak@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Kconfig')
-rw-r--r--drivers/ide/Kconfig40
1 files changed, 0 insertions, 40 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig
index 5f4d6ea379f6..21511d47d926 100644
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -929,46 +929,6 @@ config BLK_DEV_PALMCHIP_BK3710
929 Say Y here if you want to support the onchip IDE controller on the 929 Say Y here if you want to support the onchip IDE controller on the
930 TI DaVinci SoC 930 TI DaVinci SoC
931 931
932
933config BLK_DEV_MPC8xx_IDE
934 tristate "MPC8xx IDE support"
935 depends on 8xx && (LWMON || IVMS8 || IVML24 || TQM8xxL) && IDE=y && BLK_DEV_IDE=y && !PPC_MERGE
936 help
937 This option provides support for IDE on Motorola MPC8xx Systems.
938 Please see 'Type of MPC8xx IDE interface' for details.
939
940 If unsure, say N.
941
942choice
943 prompt "Type of MPC8xx IDE interface"
944 depends on BLK_DEV_MPC8xx_IDE
945 default IDE_8xx_PCCARD
946
947config IDE_8xx_PCCARD
948 bool "8xx_PCCARD"
949 ---help---
950 Select how the IDE devices are connected to the MPC8xx system:
951
952 8xx_PCCARD uses the 8xx internal PCMCIA interface in combination
953 with a PC Card (e.g. ARGOSY portable Hard Disk Adapter),
954 ATA PC Card HDDs or ATA PC Flash Cards (example: TQM8xxL
955 systems)
956
957 8xx_DIRECT is used for directly connected IDE devices using the 8xx
958 internal PCMCIA interface (example: IVMS8 systems)
959
960 EXT_DIRECT is used for IDE devices directly connected to the 8xx
961 bus using some glue logic, but _not_ the 8xx internal
962 PCMCIA interface (example: IDIF860 systems)
963
964config IDE_8xx_DIRECT
965 bool "8xx_DIRECT"
966
967config IDE_EXT_DIRECT
968 bool "EXT_DIRECT"
969
970endchoice
971
972# no isa -> no vlb 932# no isa -> no vlb
973if ISA && (ALPHA || X86 || MIPS) 933if ISA && (ALPHA || X86 || MIPS)
974 934