Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: remove CONFIG_MCA leftovers

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

authored by

Christoph Hellwig and committed by
Masahiro Yamada
c8bf9212 3905361b

+3 -7
-4
arch/powerpc/Kconfig
··· 932 932 help 933 933 Freescale General-purpose Timers support 934 934 935 - # Yes MCA RS/6000s exist but Linux-PPC does not currently support any 936 - config MCA 937 - bool 938 - 939 935 # Platforms that what PCI turned unconditionally just do select PCI 940 936 # in their config node. Platforms that want to choose at config 941 937 # time should select PPC_PCI_CHOICE
+3 -3
drivers/scsi/Kconfig
··· 538 538 539 539 config SCSI_BUSLOGIC 540 540 tristate "BusLogic SCSI support" 541 - depends on (PCI || ISA || MCA) && SCSI && ISA_DMA_API && VIRT_TO_BUS 541 + depends on (PCI || ISA) && SCSI && ISA_DMA_API && VIRT_TO_BUS 542 542 ---help--- 543 543 This is support for BusLogic MultiMaster and FlashPoint SCSI Host 544 544 Adapters. Consult the SCSI-HOWTO, available from ··· 1175 1175 1176 1176 config SCSI_SIM710 1177 1177 tristate "Simple 53c710 SCSI support (Compaq, NCR machines)" 1178 - depends on (EISA || MCA) && SCSI 1178 + depends on EISA && SCSI 1179 1179 select SCSI_SPI_ATTRS 1180 1180 ---help--- 1181 1181 This driver is for NCR53c710 based SCSI host adapters. 1182 1182 1183 - It currently supports Compaq EISA cards and NCR MCA cards 1183 + It currently supports Compaq EISA cards. 1184 1184 1185 1185 config SCSI_DC395x 1186 1186 tristate "Tekram DC395(U/UW/F) and DC315(U) SCSI support"