Kconfig (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) | Kconfig (eb01d42a77785ff96b6e66a2a2e7027fc6d78e4a) |
---|---|
1if ARCH_FOOTBRIDGE 2 3menu "Footbridge Implementations" 4 5config ARCH_CATS 6 bool "CATS" 7 select CLKEVT_I8253 8 select CLKSRC_I8253 9 select FOOTBRIDGE_HOST 10 select ISA 11 select ISA_DMA | 1if ARCH_FOOTBRIDGE 2 3menu "Footbridge Implementations" 4 5config ARCH_CATS 6 bool "CATS" 7 select CLKEVT_I8253 8 select CLKSRC_I8253 9 select FOOTBRIDGE_HOST 10 select ISA 11 select ISA_DMA |
12 select PCI | 12 select FORCE_PCI |
13 help 14 Say Y here if you intend to run this kernel on the CATS. 15 16 Saying N will reduce the size of the Footbridge kernel. 17 18config ARCH_PERSONAL_SERVER 19 bool "Compaq Personal Server" 20 select FOOTBRIDGE_HOST 21 select ISA 22 select ISA_DMA | 13 help 14 Say Y here if you intend to run this kernel on the CATS. 15 16 Saying N will reduce the size of the Footbridge kernel. 17 18config ARCH_PERSONAL_SERVER 19 bool "Compaq Personal Server" 20 select FOOTBRIDGE_HOST 21 select ISA 22 select ISA_DMA |
23 select PCI | 23 select FORCE_PCI |
24 ---help--- 25 Say Y here if you intend to run this kernel on the Compaq 26 Personal Server. 27 28 Saying N will reduce the size of the Footbridge kernel. 29 30 The Compaq Personal Server is not available for purchase. 31 There are no product plans beyond the current research --- 16 unchanged lines hidden (view full) --- 48 49config ARCH_EBSA285_HOST 50 bool "EBSA285 (host mode)" 51 select ARCH_EBSA285 52 select FOOTBRIDGE_HOST 53 select ISA 54 select ISA_DMA 55 select ARCH_MAY_HAVE_PC_FDC | 24 ---help--- 25 Say Y here if you intend to run this kernel on the Compaq 26 Personal Server. 27 28 Saying N will reduce the size of the Footbridge kernel. 29 30 The Compaq Personal Server is not available for purchase. 31 There are no product plans beyond the current research --- 16 unchanged lines hidden (view full) --- 48 49config ARCH_EBSA285_HOST 50 bool "EBSA285 (host mode)" 51 select ARCH_EBSA285 52 select FOOTBRIDGE_HOST 53 select ISA 54 select ISA_DMA 55 select ARCH_MAY_HAVE_PC_FDC |
56 select PCI | 56 select FORCE_PCI |
57 help 58 Say Y here if you intend to run this kernel on the EBSA285 card 59 in host ("central function") mode. 60 61 Saying N will reduce the size of the Footbridge kernel. 62 63config ARCH_NETWINDER 64 bool "NetWinder" 65 select CLKEVT_I8253 66 select CLKSRC_I8253 67 select FOOTBRIDGE_HOST 68 select ISA 69 select ISA_DMA | 57 help 58 Say Y here if you intend to run this kernel on the EBSA285 card 59 in host ("central function") mode. 60 61 Saying N will reduce the size of the Footbridge kernel. 62 63config ARCH_NETWINDER 64 bool "NetWinder" 65 select CLKEVT_I8253 66 select CLKSRC_I8253 67 select FOOTBRIDGE_HOST 68 select ISA 69 select ISA_DMA |
70 select PCI | 70 select FORCE_PCI |
71 help 72 Say Y here if you intend to run this kernel on the Rebel.COM 73 NetWinder. Information about this machine can be found at: 74 75 <http://www.netwinder.org/> 76 77 Saying N will reduce the size of the Footbridge kernel. 78 --- 20 unchanged lines hidden --- | 71 help 72 Say Y here if you intend to run this kernel on the Rebel.COM 73 NetWinder. Information about this machine can be found at: 74 75 <http://www.netwinder.org/> 76 77 Saying N will reduce the size of the Footbridge kernel. 78 --- 20 unchanged lines hidden --- |