Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | if ARCH_FOOTBRIDGE |
| 2 | |
| 3 | menu "Footbridge Implementations" |
| 4 | |
| 5 | config ARCH_CATS |
| 6 | bool "CATS" |
Russell King | 8c414ff | 2011-05-08 18:50:20 +0100 | [diff] [blame] | 7 | select CLKSRC_I8253 |
Thomas Gleixner | 8560a6c | 2011-06-09 13:08:28 +0000 | [diff] [blame] | 8 | select CLKEVT_I8253 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | select FOOTBRIDGE_HOST |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 10 | select ISA |
| 11 | select ISA_DMA |
| 12 | select PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 18 | config ARCH_PERSONAL_SERVER |
| 19 | bool "Compaq Personal Server" |
| 20 | select FOOTBRIDGE_HOST |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 21 | select ISA |
| 22 | select ISA_DMA |
| 23 | select PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |
| 32 | prototypes at this time. Information is available at: |
| 33 | |
| 34 | <http://www.crl.hpl.hp.com/projects/personalserver/> |
| 35 | |
| 36 | If you have any questions or comments about the Compaq Personal |
| 37 | Server, send e-mail to <skiff@crl.dec.com>. |
| 38 | |
| 39 | config ARCH_EBSA285_ADDIN |
| 40 | bool "EBSA285 (addin mode)" |
| 41 | select ARCH_EBSA285 |
| 42 | select FOOTBRIDGE_ADDIN |
| 43 | help |
| 44 | Say Y here if you intend to run this kernel on the EBSA285 card |
| 45 | in addin mode. |
| 46 | |
| 47 | Saying N will reduce the size of the Footbridge kernel. |
| 48 | |
| 49 | config ARCH_EBSA285_HOST |
| 50 | bool "EBSA285 (host mode)" |
| 51 | select ARCH_EBSA285 |
| 52 | select FOOTBRIDGE_HOST |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 53 | select ISA |
| 54 | select ISA_DMA |
| 55 | select PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | help |
| 57 | Say Y here if you intend to run this kernel on the EBSA285 card |
| 58 | in host ("central function") mode. |
| 59 | |
| 60 | Saying N will reduce the size of the Footbridge kernel. |
| 61 | |
| 62 | config ARCH_NETWINDER |
| 63 | bool "NetWinder" |
Russell King | 8c414ff | 2011-05-08 18:50:20 +0100 | [diff] [blame] | 64 | select CLKSRC_I8253 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | select FOOTBRIDGE_HOST |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 66 | select ISA |
| 67 | select ISA_DMA |
| 68 | select PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | help |
| 70 | Say Y here if you intend to run this kernel on the Rebel.COM |
| 71 | NetWinder. Information about this machine can be found at: |
| 72 | |
| 73 | <http://www.netwinder.org/> |
| 74 | |
| 75 | Saying N will reduce the size of the Footbridge kernel. |
| 76 | |
| 77 | endmenu |
| 78 | |
| 79 | # Footbridge support |
| 80 | config FOOTBRIDGE |
| 81 | bool |
| 82 | |
| 83 | # Footbridge in host mode |
| 84 | config FOOTBRIDGE_HOST |
| 85 | bool |
| 86 | |
| 87 | # Footbridge in addin mode |
| 88 | config FOOTBRIDGE_ADDIN |
| 89 | bool |
| 90 | |
| 91 | # EBSA285 board in either host or addin mode |
| 92 | config ARCH_EBSA285 |
viro@ZenIV.linux.org.uk | a08b6b7 | 2005-09-06 01:48:42 +0100 | [diff] [blame] | 93 | select ARCH_MAY_HAVE_PC_FDC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 94 | bool |
| 95 | |
| 96 | endif |