1 # SPDX-License-Identifier: GPL-2.0 2 if MMU 3 4 comment "Bus Support" 5 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 12 HP300 machines. If you are using suc 13 want this. 14 15 config NUBUS 16 bool 17 depends on MAC 18 default y 19 20 config ZORRO 21 bool "Amiga Zorro (AutoConfig) bus sup 22 depends on AMIGA 23 help 24 This enables support for the Zorro b 25 expansion cards in your Amiga that c 26 AutoConfig(tm) specification, say Y, 27 expansion cards that do not fit in t 28 the CPU slot may fall in this catego 29 Linux use these. 30 31 config AMIGA_PCMCIA 32 bool "Amiga 1200/600 PCMCIA support" 33 depends on AMIGA 34 help 35 Include support in the kernel for pc 36 600. If you intend to use pcmcia car 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 44 name of a bus system, i.e. the way t 45 inside your box. Other bus systems 46 (MCA) or VESA. ISA is an older syst 47 newer boards don't support it. If y 48 49 config ATARI_ROM_ISA 50 bool "Atari ROM port ISA adapter suppo 51 depends on ATARI 52 help 53 This option enables support for the 54 operate ISA cards on Atari. Only 8 55 no interrupt lines are connected. 56 The only driver currently using this 57 driver for RTL8019AS based NE2000 co 58 59 source "drivers/zorro/Kconfig" 60 61 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.