Blame view

arch/m68k/Kconfig.bus 1.89 KB
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
0e152d805   Greg Ungerer   m68k: reorganize ...
2
3
4
  if MMU
  
  comment "Bus Support"
59433a59b   Geert Uytterhoeven   m68k: Revive lost...
5
6
7
8
9
10
11
12
  config DIO
  	bool "DIO bus support"
  	depends on HP300
  	default y
  	help
  	  Say Y here to enable support for the "DIO" expansion bus used in
  	  HP300 machines. If you are using such a system you almost certainly
  	  want this.
0e152d805   Greg Ungerer   m68k: reorganize ...
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  config NUBUS
  	bool
  	depends on MAC
  	default y
  
  config ZORRO
  	bool "Amiga Zorro (AutoConfig) bus support"
  	depends on AMIGA
  	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 AMIGA_PCMCIA
112f8b129   Kees Cook   arch/m68k: remove...
30
31
  	bool "Amiga 1200/600 PCMCIA support"
  	depends on AMIGA
0e152d805   Greg Ungerer   m68k: reorganize ...
32
33
34
35
36
37
38
39
40
41
42
43
44
45
  	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 ISA
  	bool
  	depends on Q40 || AMIGA_PCMCIA
  	default y
  	help
  	  Find out whether you have ISA slots on your motherboard.  ISA 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 PCI, EISA, MicroChannel
  	  (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
  	  newer boards don't support it.  If you have ISA, say Y, otherwise N.
84b16b7b0   Michael Schmitz   m68k/atari: ROM p...
46
47
48
49
50
51
52
53
54
  config ATARI_ROM_ISA
  	bool "Atari ROM port ISA adapter support"
  	depends on ATARI
  	help
  	  This option enables support for the ROM port ISA adapter used to
  	  operate ISA 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 NE2000 compatible network cards.
0e152d805   Greg Ungerer   m68k: reorganize ...
55
56
  config GENERIC_ISA_DMA
  	def_bool ISA
4a2e130cc   Greg Ungerer   m68k: allow ColdF...
57
58
59
  source "drivers/zorro/Kconfig"
  
  endif
0e152d805   Greg Ungerer   m68k: reorganize ...
60
61
62
  if !MMU
  
  config ISA_DMA_API
1b43cb5fe   Krzysztof Kozlowski   m68k: Fix Kconfig...
63
  	def_bool !M5272
0e152d805   Greg Ungerer   m68k: reorganize ...
64

0e152d805   Greg Ungerer   m68k: reorganize ...
65
  endif