18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ciif ARCH_FOOTBRIDGE
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_cimenu "Footbridge Implementations"
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciconfig ARCH_CATS
78c2ecf20Sopenharmony_ci	bool "CATS"
88c2ecf20Sopenharmony_ci	select CLKEVT_I8253
98c2ecf20Sopenharmony_ci	select CLKSRC_I8253
108c2ecf20Sopenharmony_ci	select FOOTBRIDGE_HOST
118c2ecf20Sopenharmony_ci	select ISA
128c2ecf20Sopenharmony_ci	select ISA_DMA
138c2ecf20Sopenharmony_ci	select FORCE_PCI
148c2ecf20Sopenharmony_ci	help
158c2ecf20Sopenharmony_ci	  Say Y here if you intend to run this kernel on the CATS.
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci	  Saying N will reduce the size of the Footbridge kernel.
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciconfig ARCH_EBSA285_ADDIN
208c2ecf20Sopenharmony_ci	bool "EBSA285 (addin mode)"
218c2ecf20Sopenharmony_ci	select ARCH_EBSA285
228c2ecf20Sopenharmony_ci	select FOOTBRIDGE_ADDIN
238c2ecf20Sopenharmony_ci	help
248c2ecf20Sopenharmony_ci	  Say Y here if you intend to run this kernel on the EBSA285 card
258c2ecf20Sopenharmony_ci	  in addin mode.
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ci	  Saying N will reduce the size of the Footbridge kernel.
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ciconfig ARCH_EBSA285_HOST
308c2ecf20Sopenharmony_ci	bool "EBSA285 (host mode)"
318c2ecf20Sopenharmony_ci	select ARCH_EBSA285
328c2ecf20Sopenharmony_ci	select FOOTBRIDGE_HOST
338c2ecf20Sopenharmony_ci	select ISA
348c2ecf20Sopenharmony_ci	select ISA_DMA
358c2ecf20Sopenharmony_ci	select ARCH_MAY_HAVE_PC_FDC
368c2ecf20Sopenharmony_ci	select FORCE_PCI
378c2ecf20Sopenharmony_ci	help
388c2ecf20Sopenharmony_ci	  Say Y here if you intend to run this kernel on the EBSA285 card
398c2ecf20Sopenharmony_ci	  in host ("central function") mode.
408c2ecf20Sopenharmony_ci
418c2ecf20Sopenharmony_ci	  Saying N will reduce the size of the Footbridge kernel.
428c2ecf20Sopenharmony_ci
438c2ecf20Sopenharmony_ciconfig ARCH_NETWINDER
448c2ecf20Sopenharmony_ci	bool "NetWinder"
458c2ecf20Sopenharmony_ci	select CLKEVT_I8253
468c2ecf20Sopenharmony_ci	select CLKSRC_I8253
478c2ecf20Sopenharmony_ci	select FOOTBRIDGE_HOST
488c2ecf20Sopenharmony_ci	select ISA
498c2ecf20Sopenharmony_ci	select ISA_DMA
508c2ecf20Sopenharmony_ci	select FORCE_PCI
518c2ecf20Sopenharmony_ci	help
528c2ecf20Sopenharmony_ci	  Say Y here if you intend to run this kernel on the Rebel.COM
538c2ecf20Sopenharmony_ci	  NetWinder.  Information about this machine can be found at:
548c2ecf20Sopenharmony_ci
558c2ecf20Sopenharmony_ci	  <http://www.netwinder.org/>
568c2ecf20Sopenharmony_ci
578c2ecf20Sopenharmony_ci	  Saying N will reduce the size of the Footbridge kernel.
588c2ecf20Sopenharmony_ci
598c2ecf20Sopenharmony_ciendmenu
608c2ecf20Sopenharmony_ci
618c2ecf20Sopenharmony_ci# Footbridge support
628c2ecf20Sopenharmony_ciconfig FOOTBRIDGE
638c2ecf20Sopenharmony_ci	bool
648c2ecf20Sopenharmony_ci
658c2ecf20Sopenharmony_ci# Footbridge in host mode
668c2ecf20Sopenharmony_ciconfig FOOTBRIDGE_HOST
678c2ecf20Sopenharmony_ci	bool
688c2ecf20Sopenharmony_ci	select ARCH_MIGHT_HAVE_PC_SERIO
698c2ecf20Sopenharmony_ci
708c2ecf20Sopenharmony_ci# Footbridge in addin mode
718c2ecf20Sopenharmony_ciconfig FOOTBRIDGE_ADDIN
728c2ecf20Sopenharmony_ci	bool
738c2ecf20Sopenharmony_ci
748c2ecf20Sopenharmony_ci# EBSA285 board in either host or addin mode
758c2ecf20Sopenharmony_ciconfig ARCH_EBSA285
768c2ecf20Sopenharmony_ci	bool
778c2ecf20Sopenharmony_ci
788c2ecf20Sopenharmony_ciendif
79