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" |
Thomas Gleixner | 8560a6c | 2011-06-09 13:08:28 +0000 | [diff] [blame] | 7 | select CLKEVT_I8253 |
Peter Hüwe | a7b0ab5 | 2011-09-05 21:03:02 +0100 | [diff] [blame] | 8 | select CLKSRC_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 |
Arnd Bergmann | ad9faf4 | 2014-02-17 20:25:45 +0100 | [diff] [blame] | 55 | select ARCH_MAY_HAVE_PC_FDC |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 56 | select PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
| 63 | config ARCH_NETWINDER |
| 64 | bool "NetWinder" |
Axel Lin | 6c58add | 2011-08-17 10:07:58 +0100 | [diff] [blame] | 65 | select CLKEVT_I8253 |
Peter Hüwe | a7b0ab5 | 2011-09-05 21:03:02 +0100 | [diff] [blame] | 66 | select CLKSRC_I8253 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | select FOOTBRIDGE_HOST |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 68 | select ISA |
| 69 | select ISA_DMA |
| 70 | select PCI |
Arnd Bergmann | b4811ba | 2013-03-13 17:36:37 +0100 | [diff] [blame] | 71 | select VIRT_TO_BUS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | help |
| 73 | Say Y here if you intend to run this kernel on the Rebel.COM |
| 74 | NetWinder. Information about this machine can be found at: |
| 75 | |
| 76 | <http://www.netwinder.org/> |
| 77 | |
| 78 | Saying N will reduce the size of the Footbridge kernel. |
| 79 | |
| 80 | endmenu |
| 81 | |
| 82 | # Footbridge support |
| 83 | config FOOTBRIDGE |
| 84 | bool |
| 85 | |
| 86 | # Footbridge in host mode |
| 87 | config FOOTBRIDGE_HOST |
| 88 | bool |
Mark Salter | 74072b3 | 2014-01-01 11:28:54 -0800 | [diff] [blame] | 89 | select ARCH_MIGHT_HAVE_PC_SERIO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | |
| 91 | # Footbridge in addin mode |
| 92 | config FOOTBRIDGE_ADDIN |
| 93 | bool |
| 94 | |
| 95 | # EBSA285 board in either host or addin mode |
| 96 | config ARCH_EBSA285 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | bool |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | |
| 99 | endif |