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