| 1 | # SPDX-License-Identifier: GPL-2.0-only |
| 2 | menuconfig ARCH_FOOTBRIDGE |
| 3 | bool "FootBridge Implementations" |
| 4 | depends on ARCH_MULTI_V4 && !(ARCH_MULTI_V4T || ARCH_MULTI_V5) |
| 5 | depends on !(ARCH_MOXART || ARCH_GEMINI || ARCH_SA1100) |
| 6 | depends on ATAGS |
| 7 | depends on CPU_LITTLE_ENDIAN |
| 8 | depends on MMU |
| 9 | select ARCH_NO_SG_CHAIN |
| 10 | select CPU_SA110 |
| 11 | select FOOTBRIDGE |
| 12 | select NEED_MACH_MEMORY_H |
| 13 | help |
| 14 | Support for systems based on the DC21285 companion chip |
| 15 | ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder. |
| 16 | |
| 17 | if ARCH_FOOTBRIDGE |
| 18 | |
| 19 | config ARCH_EBSA285_HOST |
| 20 | bool "EBSA285 (host mode)" |
| 21 | select ARCH_EBSA285 |
| 22 | select ISA |
| 23 | select ARCH_MAY_HAVE_PC_FDC |
| 24 | select FORCE_PCI |
| 25 | help |
| 26 | Say Y here if you intend to run this kernel on the EBSA285 card |
| 27 | in host ("central function") mode. |
| 28 | |
| 29 | Saying N will reduce the size of the Footbridge kernel. |
| 30 | |
| 31 | config ARCH_NETWINDER |
| 32 | bool "NetWinder" |
| 33 | select CLKEVT_I8253 |
| 34 | select CLKSRC_I8253 |
| 35 | select ISA |
| 36 | select FORCE_PCI |
| 37 | help |
| 38 | Say Y here if you intend to run this kernel on the Rebel.COM |
| 39 | NetWinder. Information about this machine can be found at: |
| 40 | |
| 41 | <http://www.netwinder.org/> |
| 42 | |
| 43 | Saying N will reduce the size of the Footbridge kernel. |
| 44 | |
| 45 | # Footbridge support |
| 46 | config FOOTBRIDGE |
| 47 | def_bool y |
| 48 | select ARCH_MIGHT_HAVE_PC_SERIO |
| 49 | select ISA_DMA_API |
| 50 | |
| 51 | config ARCH_EBSA285 |
| 52 | bool |
| 53 | |
| 54 | endif |