Kconfig.bus (df9b42963f2d010ae3163a894ce22cf6b27cd344) | Kconfig.bus (112f8b1294cc20163dc547399a0c4df5783cd89d) |
---|---|
1if MMU 2 3comment "Bus Support" 4 5config DIO 6 bool "DIO bus support" 7 depends on HP300 8 default y --- 14 unchanged lines hidden (view full) --- 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 30config AMIGA_PCMCIA | 1if MMU 2 3comment "Bus Support" 4 5config DIO 6 bool "DIO bus support" 7 depends on HP300 8 default y --- 14 unchanged lines hidden (view full) --- 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 30config AMIGA_PCMCIA |
31 bool "Amiga 1200/600 PCMCIA support (EXPERIMENTAL)" 32 depends on AMIGA && EXPERIMENTAL | 31 bool "Amiga 1200/600 PCMCIA support" 32 depends on AMIGA |
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 37config ISA 38 bool 39 depends on Q40 || AMIGA_PCMCIA 40 default y --- 31 unchanged lines hidden --- | 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 37config ISA 38 bool 39 depends on Q40 || AMIGA_PCMCIA 40 default y --- 31 unchanged lines hidden --- |