# SPDX-License-Identifier: GPL-2.0 if [31mCONFIG_MMU[0m comment "Bus Support" config [31mCONFIG_DIO[0m bool "DIO bus support" depends on [31mCONFIG_HP300[0m default y help Say Y here to enable support for the "DIO" expansion bus used in [31mCONFIG_HP300[0m machines. If you are using such a system you almost certainly want this. config [31mCONFIG_NUBUS[0m bool depends on [31mCONFIG_MAC[0m default y config [31mCONFIG_ZORRO[0m bool "Amiga Zorro (AutoConfig) bus support" depends on [31mCONFIG_AMIGA[0m help This enables support for the Zorro bus in the Amiga. If you have expansion cards in your Amiga that conform to the Amiga AutoConfig(tm) specification, say Y, otherwise N. Note that even expansion cards that do not fit in the Zorro slots but fit in e.g. the CPU slot may fall in this category, so you have to say Y to let Linux use these. config [31mCONFIG_AMIGA_PCMCIA[0m bool "Amiga 1200/600 PCMCIA support" depends on [31mCONFIG_AMIGA[0m help Include support in the kernel for pcmcia on Amiga 1200 and Amiga 600. If you intend to use pcmcia cards say Y; otherwise say N. config [31mCONFIG_ISA[0m bool depends on [31mCONFIG_Q40[0m || [31mCONFIG_AMIGA_PCMCIA[0m default y help Find out whether you have [31mCONFIG_ISA[0m slots on your motherboard. [31mCONFIG_ISA[0m is the name of a bus system, i.e. the way the CPU talks to the other stuff inside your box. Other bus systems are [31mCONFIG_PCI[0m, [31mCONFIG_EISA[0m, MicroChannel ([31mCONFIG_MCA[0m) or VESA. [31mCONFIG_ISA[0m is an older system, now being displaced by [31mCONFIG_PCI[0m; newer boards don't support it. If you have [31mCONFIG_ISA[0m, say Y, otherwise N. config [31mCONFIG_ATARI_ROM_ISA[0m bool "Atari ROM port ISA adapter support" depends on [31mCONFIG_ATARI[0m help This option enables support for the [31mCONFIG_ROM[0m port [31mCONFIG_ISA[0m adapter used to operate [31mCONFIG_ISA[0m cards on Atari. Only 8 bit cards are supported, and no interrupt lines are connected. The only driver currently using this adapter is the EtherNEC driver for RTL8019AS based [31mCONFIG_NE2000[0m compatible network cards. config [31mCONFIG_GENERIC_ISA_DMA[0m def_bool [31mCONFIG_ISA[0m source "drivers/zorro/Kconfig" endif if ![31mCONFIG_MMU[0m config [31mCONFIG_ISA_DMA_API[0m def_bool ![31mCONFIG_M5272[0m endif |