diff options
author | Arnd Bergmann <arnd@arndb.de> | 2008-07-16 14:33:41 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 14:33:41 -0400 |
commit | ba1d0de70d64e68f0e035f00dbb041c1e05b49c9 (patch) | |
tree | 37268a3670353e6a313832917b31fe7e07c7c8a7 /drivers/ide/Kconfig | |
parent | e48905e9cfffd21861c3521d828ae992a53aac67 (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/Kconfig | 40 |
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 | |||
933 | config 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 | |||
942 | choice | ||
943 | prompt "Type of MPC8xx IDE interface" | ||
944 | depends on BLK_DEV_MPC8xx_IDE | ||
945 | default IDE_8xx_PCCARD | ||
946 | |||
947 | config 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 | |||
964 | config IDE_8xx_DIRECT | ||
965 | bool "8xx_DIRECT" | ||
966 | |||
967 | config IDE_EXT_DIRECT | ||
968 | bool "EXT_DIRECT" | ||
969 | |||
970 | endchoice | ||
971 | |||
972 | # no isa -> no vlb | 932 | # no isa -> no vlb |
973 | if ISA && (ALPHA || X86 || MIPS) | 933 | if ISA && (ALPHA || X86 || MIPS) |
974 | 934 | ||