# Traduit par R.Leloup pour KernelFR
# http://www.traduc.org/kernelfr/
# 17 juin 2006
if ARCH_FOOTBRIDGE
menu "Implémentations Footbridge"
config ARCH_CATS
bool "CATS"
select FOOTBRIDGE_HOST
select ISA
select ISA_DMA
select PCI
help
Répondre Y si vous avez l'intention d'exécuter ce noyau sur CATS.
Répondre N réduira la taille du noyau Footbridge.
config ARCH_PERSONAL_SERVER
bool "Compaq Personal Server"
select ISA
select ISA_DMA
select PCI
select FOOTBRIDGE_HOST
---help---
Répondre Y si vous voulez exécuter ce noyau sur Compaq
Personal Server.
Répondre N réduira la taille du noyau Footbridge.
Le Compaq Personal Server n'est pas disponible à la vente.
Il n'y a pas de plan de production prévu en-dehors des recherches sur les
prototypes actuels. Les informations sont disponibles :
Pour toutes questions ou commentaires sur le Compaq Personal
Server, envoyez-moi un courriel skiff@crl.dec.com.
config ARCH_EBSA285_ADDIN
bool "EBSA285 (addin mode)"
select ARCH_EBSA285
select FOOTBRIDGE_ADDIN
help
Répondre Y si vous avez l'intention d'exécuter ce noyau sur la carte EBSA285
dans le mode addin.
Répondre N réduira la taille du noyau Footbridge.
config ARCH_EBSA285_HOST
bool "EBSA285 (host mode)"
select ARCH_EBSA285
select FOOTBRIDGE_HOST
select ISA
select ISA_DMA
select PCI
help
Répondre Y si vous avez l'intention d'exécuter ce noyau sur la carte EBSA285
dans le mode host ("central function").
Répondre N réduira la taille du noyau Footbridge.
config ARCH_NETWINDER
bool "NetWinder"
select FOOTBRIDGE_HOST
select ISA
select ISA_DMA
select PCI
help
Répondre Y si vous avez l'intention d'exécuter ce noyau sur Rebel.COM
NetWinder. Pour plus d'informations, lire :
Répondre N réduira la taille du noyau Footbridge.
endmenu
# Prise en charge Footbridge
config FOOTBRIDGE
bool
# Footbridge dans le mode host
config FOOTBRIDGE_HOST
bool
# Footbridge dans le mode addin
config FOOTBRIDGE_ADDIN
bool
# La carte EBSA285 est soit dans le mode host ou addin
config ARCH_EBSA285
select ARCH_MAY_HAVE_PC_FDC
bool
endif