Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixes
[deliverable/linux.git] / arch / mips / alchemy / Kconfig
CommitLineData
5d400f5c
ML
1# au1000-style gpio and interrupt controllers
2config ALCHEMY_GPIOINT_AU1000
51e02b02
ML
3 bool
4
809f36c6
ML
5# au1300-style GPIO/INT controller
6config ALCHEMY_GPIOINT_AU1300
7 bool
8
c3543e25
YY
9choice
10 prompt "Machine type"
42a4f17d 11 depends on MIPS_ALCHEMY
970e268d 12 default MIPS_DB1XXX
c3543e25
YY
13
14config MIPS_MTX1
15 bool "4G Systems MTX-1 board"
c3543e25 16 select HW_HAS_PCI
37663860 17 select ALCHEMY_GPIOINT_AU1000
c3543e25 18 select SYS_SUPPORTS_LITTLE_ENDIAN
8402a158 19 select SYS_HAS_EARLY_PRINTK
c3543e25 20
970e268d
ML
21config MIPS_DB1XXX
22 bool "Alchemy DB1XXX / PB1XXX boards"
bd8510df 23 select ARCH_REQUIRE_GPIOLIB
c3543e25 24 select HW_HAS_PCI
c3543e25 25 select SYS_SUPPORTS_LITTLE_ENDIAN
8402a158 26 select SYS_HAS_EARLY_PRINTK
970e268d
ML
27 help
28 Select this option if you have one of the following Alchemy
29 development boards: DB1000 DB1500 DB1100 DB1550 DB1200 DB1300
30 PB1500 PB1100 PB1550 PB1200
31 Board type is autodetected during boot.
c3543e25 32
c3543e25
YY
33config MIPS_XXS1500
34 bool "MyCable XXS1500 board"
37663860 35 select ALCHEMY_GPIOINT_AU1000
c3543e25 36 select SYS_SUPPORTS_LITTLE_ENDIAN
8402a158 37 select SYS_HAS_EARLY_PRINTK
c3543e25 38
cb8f55b9
WG
39config MIPS_GPR
40 bool "Trapeze ITS GPR board"
37663860 41 select ALCHEMY_GPIOINT_AU1000
cb8f55b9 42 select HW_HAS_PCI
cb8f55b9
WG
43 select SYS_SUPPORTS_LITTLE_ENDIAN
44 select SYS_HAS_EARLY_PRINTK
45
c3543e25 46endchoice
This page took 0.543938 seconds and 5 git commands to generate.