]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/mips/alchemy/Kconfig
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[mirror_ubuntu-artful-kernel.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
51e02b02
ML
9# select this in your board config if you don't want to use the gpio
10# namespace as documented in the manuals. In this case however you need
11# to create the necessary gpio_* functions in your board code/headers!
12# see arch/mips/include/asm/mach-au1x00/gpio.h for more information.
13config ALCHEMY_GPIO_INDIRECT
14 def_bool n
15
c3543e25
YY
16choice
17 prompt "Machine type"
42a4f17d 18 depends on MIPS_ALCHEMY
970e268d 19 default MIPS_DB1XXX
c3543e25
YY
20
21config MIPS_MTX1
22 bool "4G Systems MTX-1 board"
c3543e25 23 select HW_HAS_PCI
37663860 24 select ALCHEMY_GPIOINT_AU1000
c3543e25 25 select SYS_SUPPORTS_LITTLE_ENDIAN
8402a158 26 select SYS_HAS_EARLY_PRINTK
c3543e25 27
970e268d
ML
28config MIPS_DB1XXX
29 bool "Alchemy DB1XXX / PB1XXX boards"
bd8510df 30 select ARCH_REQUIRE_GPIOLIB
c3543e25 31 select HW_HAS_PCI
c3543e25 32 select SYS_SUPPORTS_LITTLE_ENDIAN
8402a158 33 select SYS_HAS_EARLY_PRINTK
970e268d
ML
34 help
35 Select this option if you have one of the following Alchemy
36 development boards: DB1000 DB1500 DB1100 DB1550 DB1200 DB1300
37 PB1500 PB1100 PB1550 PB1200
38 Board type is autodetected during boot.
c3543e25 39
c3543e25
YY
40config MIPS_XXS1500
41 bool "MyCable XXS1500 board"
37663860 42 select ALCHEMY_GPIOINT_AU1000
c3543e25 43 select SYS_SUPPORTS_LITTLE_ENDIAN
8402a158 44 select SYS_HAS_EARLY_PRINTK
c3543e25 45
cb8f55b9
WG
46config MIPS_GPR
47 bool "Trapeze ITS GPR board"
37663860 48 select ALCHEMY_GPIOINT_AU1000
cb8f55b9 49 select HW_HAS_PCI
cb8f55b9
WG
50 select SYS_SUPPORTS_LITTLE_ENDIAN
51 select SYS_HAS_EARLY_PRINTK
52
c3543e25 53endchoice