Manuel Lauss | 5d400f5 | 2009-11-23 20:40:01 +0100 | [diff] [blame] | 1 | # au1000-style gpio and interrupt controllers |
| 2 | config ALCHEMY_GPIOINT_AU1000 |
Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 3 | bool |
| 4 | |
Manuel Lauss | 809f36c | 2011-11-01 20:03:30 +0100 | [diff] [blame] | 5 | # au1300-style GPIO/INT controller |
| 6 | config ALCHEMY_GPIOINT_AU1300 |
| 7 | bool |
| 8 | |
Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 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. |
| 13 | config ALCHEMY_GPIO_INDIRECT |
| 14 | def_bool n |
| 15 | |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 16 | choice |
| 17 | prompt "Machine type" |
Manuel Lauss | 42a4f17 | 2010-07-15 21:45:04 +0200 | [diff] [blame] | 18 | depends on MIPS_ALCHEMY |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 19 | default MIPS_DB1000 |
| 20 | |
| 21 | config MIPS_MTX1 |
| 22 | bool "4G Systems MTX-1 board" |
| 23 | select DMA_NONCOHERENT |
| 24 | select HW_HAS_PCI |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 25 | select ALCHEMY_GPIOINT_AU1000 |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 26 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 27 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 28 | |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 29 | config MIPS_DB1000 |
Manuel Lauss | 851d4f5 | 2012-09-14 18:25:00 +0200 | [diff] [blame] | 30 | bool "Alchemy DB1000/DB1500/DB1100 PB1500/1100 boards" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 31 | select ALCHEMY_GPIOINT_AU1000 |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 32 | select DMA_NONCOHERENT |
| 33 | select HW_HAS_PCI |
Manuel Lauss | f59c811 | 2011-11-10 12:06:22 +0000 | [diff] [blame] | 34 | select SYS_SUPPORTS_BIG_ENDIAN |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 35 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 36 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 37 | |
Manuel Lauss | bd8510d | 2012-09-13 17:44:39 +0200 | [diff] [blame] | 38 | config MIPS_DB1235 |
Manuel Lauss | 24e8c1a | 2012-09-14 14:47:10 +0200 | [diff] [blame] | 39 | bool "Alchemy DB1200/PB1200/DB1300/DB1550/PB1550 boards" |
Manuel Lauss | bd8510d | 2012-09-13 17:44:39 +0200 | [diff] [blame] | 40 | select ARCH_REQUIRE_GPIOLIB |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 41 | select HW_HAS_PCI |
Manuel Lauss | f869d42 | 2011-11-10 12:06:16 +0000 | [diff] [blame] | 42 | select DMA_COHERENT |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 43 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 44 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 45 | |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 46 | config MIPS_XXS1500 |
| 47 | bool "MyCable XXS1500 board" |
| 48 | select DMA_NONCOHERENT |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 49 | select ALCHEMY_GPIOINT_AU1000 |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 50 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 51 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 52 | |
Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 53 | config MIPS_GPR |
| 54 | bool "Trapeze ITS GPR board" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 55 | select ALCHEMY_GPIOINT_AU1000 |
Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 56 | select HW_HAS_PCI |
| 57 | select DMA_NONCOHERENT |
Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 58 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 59 | select SYS_HAS_EARLY_PRINTK |
| 60 | |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 61 | endchoice |