Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | if ARCH_FOOTBRIDGE |
| 3 | |
| 4 | menu "Footbridge Implementations" |
| 5 | |
| 6 | config ARCH_CATS |
| 7 | bool "CATS" |
Thomas Gleixner | 8560a6c | 2011-06-09 13:08:28 +0000 | [diff] [blame] | 8 | select CLKEVT_I8253 |
Peter Hüwe | a7b0ab5 | 2011-09-05 21:03:02 +0100 | [diff] [blame] | 9 | select CLKSRC_I8253 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | select FOOTBRIDGE_HOST |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 11 | select ISA |
| 12 | select ISA_DMA |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 13 | select FORCE_PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | help |
| 15 | Say Y here if you intend to run this kernel on the CATS. |
| 16 | |
| 17 | Saying N will reduce the size of the Footbridge kernel. |
| 18 | |
| 19 | config ARCH_PERSONAL_SERVER |
| 20 | bool "Compaq Personal Server" |
| 21 | select FOOTBRIDGE_HOST |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 22 | select ISA |
| 23 | select ISA_DMA |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 24 | select FORCE_PCI |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 25 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | Say Y here if you intend to run this kernel on the Compaq |
| 27 | Personal Server. |
| 28 | |
| 29 | Saying N will reduce the size of the Footbridge kernel. |
| 30 | |
| 31 | The Compaq Personal Server is not available for purchase. |
| 32 | There are no product plans beyond the current research |
| 33 | prototypes at this time. Information is available at: |
| 34 | |
| 35 | <http://www.crl.hpl.hp.com/projects/personalserver/> |
| 36 | |
| 37 | If you have any questions or comments about the Compaq Personal |
| 38 | Server, send e-mail to <skiff@crl.dec.com>. |
| 39 | |
| 40 | config ARCH_EBSA285_ADDIN |
| 41 | bool "EBSA285 (addin mode)" |
| 42 | select ARCH_EBSA285 |
| 43 | select FOOTBRIDGE_ADDIN |
| 44 | help |
| 45 | Say Y here if you intend to run this kernel on the EBSA285 card |
| 46 | in addin mode. |
| 47 | |
| 48 | Saying N will reduce the size of the Footbridge kernel. |
| 49 | |
| 50 | config ARCH_EBSA285_HOST |
| 51 | bool "EBSA285 (host mode)" |
| 52 | select ARCH_EBSA285 |
| 53 | select FOOTBRIDGE_HOST |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 54 | select ISA |
| 55 | select ISA_DMA |
Arnd Bergmann | ad9faf4 | 2014-02-17 20:25:45 +0100 | [diff] [blame] | 56 | select ARCH_MAY_HAVE_PC_FDC |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 57 | select FORCE_PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | help |
| 59 | Say Y here if you intend to run this kernel on the EBSA285 card |
| 60 | in host ("central function") mode. |
| 61 | |
| 62 | Saying N will reduce the size of the Footbridge kernel. |
| 63 | |
| 64 | config ARCH_NETWINDER |
| 65 | bool "NetWinder" |
Axel Lin | 6c58add | 2011-08-17 10:07:58 +0100 | [diff] [blame] | 66 | select CLKEVT_I8253 |
Peter Hüwe | a7b0ab5 | 2011-09-05 21:03:02 +0100 | [diff] [blame] | 67 | select CLKSRC_I8253 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | select FOOTBRIDGE_HOST |
Russell King | f7e68bb | 2005-05-05 14:49:01 +0100 | [diff] [blame] | 69 | select ISA |
| 70 | select ISA_DMA |
Christoph Hellwig | eb01d42 | 2018-11-15 20:05:32 +0100 | [diff] [blame] | 71 | select FORCE_PCI |
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 |