Merge tag 'i3c/for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
[linux-block.git] / arch / mips / alchemy / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c3543e25
YY
2choice
3 prompt "Machine type"
42a4f17d 4 depends on MIPS_ALCHEMY
970e268d 5 default MIPS_DB1XXX
c3543e25
YY
6
7config MIPS_MTX1
8 bool "4G Systems MTX-1 board"
eb01d42a 9 select HAVE_PCI
c3543e25 10 select SYS_SUPPORTS_LITTLE_ENDIAN
8402a158 11 select SYS_HAS_EARLY_PRINTK
c3543e25 12
970e268d
ML
13config MIPS_DB1XXX
14 bool "Alchemy DB1XXX / PB1XXX boards"
d30a2b47 15 select GPIOLIB
eb01d42a 16 select HAVE_PCI
70278d1d 17 select HAVE_PATA_PLATFORM
c3543e25 18 select SYS_SUPPORTS_LITTLE_ENDIAN
8402a158 19 select SYS_HAS_EARLY_PRINTK
970e268d
ML
20 help
21 Select this option if you have one of the following Alchemy
22 development boards: DB1000 DB1500 DB1100 DB1550 DB1200 DB1300
23 PB1500 PB1100 PB1550 PB1200
24 Board type is autodetected during boot.
c3543e25 25
c3543e25
YY
26config MIPS_XXS1500
27 bool "MyCable XXS1500 board"
c3543e25 28 select SYS_SUPPORTS_LITTLE_ENDIAN
8402a158 29 select SYS_HAS_EARLY_PRINTK
c3543e25 30
cb8f55b9
WG
31config MIPS_GPR
32 bool "Trapeze ITS GPR board"
eb01d42a 33 select HAVE_PCI
cb8f55b9
WG
34 select SYS_SUPPORTS_LITTLE_ENDIAN
35 select SYS_HAS_EARLY_PRINTK
36
c3543e25 37endchoice