Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Greg Ungerer | 0e152d8 | 2011-06-20 15:49:09 +1000 | [diff] [blame] | 2 | if MMU |
| 3 | |
| 4 | comment "Bus Support" |
| 5 | |
Geert Uytterhoeven | 59433a5 | 2011-10-28 22:37:21 +0200 | [diff] [blame] | 6 | config DIO |
| 7 | bool "DIO bus support" |
| 8 | depends on HP300 |
| 9 | default y |
| 10 | help |
| 11 | Say Y here to enable support for the "DIO" expansion bus used in |
| 12 | HP300 machines. If you are using such a system you almost certainly |
| 13 | want this. |
| 14 | |
Greg Ungerer | 0e152d8 | 2011-06-20 15:49:09 +1000 | [diff] [blame] | 15 | config NUBUS |
| 16 | bool |
| 17 | depends on MAC |
| 18 | default y |
| 19 | |
| 20 | config ZORRO |
| 21 | bool "Amiga Zorro (AutoConfig) bus support" |
| 22 | depends on AMIGA |
| 23 | help |
| 24 | This enables support for the Zorro bus in the Amiga. If you have |
| 25 | expansion cards in your Amiga that conform to the Amiga |
| 26 | AutoConfig(tm) specification, say Y, otherwise N. Note that even |
| 27 | expansion cards that do not fit in the Zorro slots but fit in e.g. |
| 28 | the CPU slot may fall in this category, so you have to say Y to let |
| 29 | Linux use these. |
| 30 | |
| 31 | config AMIGA_PCMCIA |
Kees Cook | 112f8b1 | 2012-10-23 13:01:27 -0700 | [diff] [blame] | 32 | bool "Amiga 1200/600 PCMCIA support" |
| 33 | depends on AMIGA |
Greg Ungerer | 0e152d8 | 2011-06-20 15:49:09 +1000 | [diff] [blame] | 34 | help |
| 35 | Include support in the kernel for pcmcia on Amiga 1200 and Amiga |
| 36 | 600. If you intend to use pcmcia cards say Y; otherwise say N. |
| 37 | |
| 38 | config ISA |
| 39 | bool |
| 40 | depends on Q40 || AMIGA_PCMCIA |
| 41 | default y |
| 42 | help |
| 43 | Find out whether you have ISA slots on your motherboard. ISA is the |
| 44 | name of a bus system, i.e. the way the CPU talks to the other stuff |
| 45 | inside your box. Other bus systems are PCI, EISA, MicroChannel |
| 46 | (MCA) or VESA. ISA is an older system, now being displaced by PCI; |
| 47 | newer boards don't support it. If you have ISA, say Y, otherwise N. |
| 48 | |
Michael Schmitz | 84b16b7 | 2013-04-06 13:26:35 +1300 | [diff] [blame] | 49 | config ATARI_ROM_ISA |
| 50 | bool "Atari ROM port ISA adapter support" |
| 51 | depends on ATARI |
| 52 | help |
| 53 | This option enables support for the ROM port ISA adapter used to |
| 54 | operate ISA cards on Atari. Only 8 bit cards are supported, and |
| 55 | no interrupt lines are connected. |
| 56 | The only driver currently using this adapter is the EtherNEC |
| 57 | driver for RTL8019AS based NE2000 compatible network cards. |
| 58 | |
Greg Ungerer | 0e152d8 | 2011-06-20 15:49:09 +1000 | [diff] [blame] | 59 | config GENERIC_ISA_DMA |
| 60 | def_bool ISA |
| 61 | |
Greg Ungerer | 4a2e130c | 2018-04-02 23:28:52 +1000 | [diff] [blame] | 62 | source "drivers/zorro/Kconfig" |
| 63 | |
| 64 | endif |
| 65 | |
Arnd Bergmann | db87db6 | 2021-08-09 18:01:31 +1000 | [diff] [blame] | 66 | if COLDFIRE |
Greg Ungerer | 0e152d8 | 2011-06-20 15:49:09 +1000 | [diff] [blame] | 67 | |
| 68 | config ISA_DMA_API |
Krzysztof Kozlowski | 1b43cb5 | 2019-11-20 21:37:21 +0800 | [diff] [blame] | 69 | def_bool !M5272 |
Greg Ungerer | 0e152d8 | 2011-06-20 15:49:09 +1000 | [diff] [blame] | 70 | |
Greg Ungerer | 0e152d8 | 2011-06-20 15:49:09 +1000 | [diff] [blame] | 71 | endif |