xref: /openbmc/linux/arch/mips/alchemy/Kconfig (revision 70278d1d)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2e8c7c482SRalf Baechlechoice
3e8c7c482SRalf Baechle	prompt "Machine type"
442a4f17dSManuel Lauss	depends on MIPS_ALCHEMY
5970e268dSManuel Lauss	default MIPS_DB1XXX
6e8c7c482SRalf Baechle
7e8c7c482SRalf Baechleconfig MIPS_MTX1
8e8c7c482SRalf Baechle	bool "4G Systems MTX-1 board"
9eb01d42aSChristoph Hellwig	select HAVE_PCI
10e8c7c482SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
118402a158SManuel Lauss	select SYS_HAS_EARLY_PRINTK
12e8c7c482SRalf Baechle
13970e268dSManuel Laussconfig MIPS_DB1XXX
14970e268dSManuel Lauss	bool "Alchemy DB1XXX / PB1XXX boards"
15d30a2b47SLinus Walleij	select GPIOLIB
16eb01d42aSChristoph Hellwig	select HAVE_PCI
17*70278d1dSMaciej W. Rozycki	select HAVE_PATA_PLATFORM
18e8c7c482SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
198402a158SManuel Lauss	select SYS_HAS_EARLY_PRINTK
20970e268dSManuel Lauss	help
21970e268dSManuel Lauss	  Select this option if you have one of the following Alchemy
22970e268dSManuel Lauss	  development boards:  DB1000 DB1500 DB1100 DB1550 DB1200 DB1300
23970e268dSManuel Lauss			       PB1500 PB1100 PB1550 PB1200
24970e268dSManuel Lauss	  Board type is autodetected during boot.
25e8c7c482SRalf Baechle
26e8c7c482SRalf Baechleconfig MIPS_XXS1500
27e8c7c482SRalf Baechle	bool "MyCable XXS1500 board"
28e8c7c482SRalf Baechle	select SYS_SUPPORTS_LITTLE_ENDIAN
298402a158SManuel Lauss	select SYS_HAS_EARLY_PRINTK
30e8c7c482SRalf Baechle
31cb8f55b9SWolfgang Grandeggerconfig MIPS_GPR
32cb8f55b9SWolfgang Grandegger	bool "Trapeze ITS GPR board"
33eb01d42aSChristoph Hellwig	select HAVE_PCI
34cb8f55b9SWolfgang Grandegger	select SYS_SUPPORTS_LITTLE_ENDIAN
35cb8f55b9SWolfgang Grandegger	select SYS_HAS_EARLY_PRINTK
36cb8f55b9SWolfgang Grandegger
37e8c7c482SRalf Baechleendchoice
38