Commit c8bf9212 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Masahiro Yamada

powerpc: remove CONFIG_MCA leftovers

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Acked-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 3905361b
...@@ -932,10 +932,6 @@ config FSL_GTM ...@@ -932,10 +932,6 @@ config FSL_GTM
help help
Freescale General-purpose Timers support Freescale General-purpose Timers support
# Yes MCA RS/6000s exist but Linux-PPC does not currently support any
config MCA
bool
# Platforms that what PCI turned unconditionally just do select PCI # Platforms that what PCI turned unconditionally just do select PCI
# in their config node. Platforms that want to choose at config # in their config node. Platforms that want to choose at config
# time should select PPC_PCI_CHOICE # time should select PPC_PCI_CHOICE
......
...@@ -538,7 +538,7 @@ config SCSI_HPTIOP ...@@ -538,7 +538,7 @@ config SCSI_HPTIOP
config SCSI_BUSLOGIC config SCSI_BUSLOGIC
tristate "BusLogic SCSI support" tristate "BusLogic SCSI support"
depends on (PCI || ISA || MCA) && SCSI && ISA_DMA_API && VIRT_TO_BUS depends on (PCI || ISA) && SCSI && ISA_DMA_API && VIRT_TO_BUS
---help--- ---help---
This is support for BusLogic MultiMaster and FlashPoint SCSI Host This is support for BusLogic MultiMaster and FlashPoint SCSI Host
Adapters. Consult the SCSI-HOWTO, available from Adapters. Consult the SCSI-HOWTO, available from
...@@ -1175,12 +1175,12 @@ config SCSI_LPFC_DEBUG_FS ...@@ -1175,12 +1175,12 @@ config SCSI_LPFC_DEBUG_FS
config SCSI_SIM710 config SCSI_SIM710
tristate "Simple 53c710 SCSI support (Compaq, NCR machines)" tristate "Simple 53c710 SCSI support (Compaq, NCR machines)"
depends on (EISA || MCA) && SCSI depends on EISA && SCSI
select SCSI_SPI_ATTRS select SCSI_SPI_ATTRS
---help--- ---help---
This driver is for NCR53c710 based SCSI host adapters. This driver is for NCR53c710 based SCSI host adapters.
It currently supports Compaq EISA cards and NCR MCA cards It currently supports Compaq EISA cards.
config SCSI_DC395x config SCSI_DC395x
tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support" tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment