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 | f59c811 | 2011-11-10 12:06:22 +0000 | [diff] [blame] | 30 | bool "Alchemy DB1000/DB1500/DB1100 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 MIPS_DISABLE_OBSOLETE_IDE |
| 35 | select SYS_SUPPORTS_BIG_ENDIAN |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 36 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 37 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 38 | |
Manuel Lauss | bd8510d | 2012-09-13 17:44:39 +0200 | [diff] [blame^] | 39 | config MIPS_DB1235 |
| 40 | bool "Alchemy DB1200/PB1200/DB1300/DB1550 boards" |
| 41 | select ARCH_REQUIRE_GPIOLIB |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 42 | select HW_HAS_PCI |
Manuel Lauss | f869d42 | 2011-11-10 12:06:16 +0000 | [diff] [blame] | 43 | select DMA_COHERENT |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 44 | select MIPS_DISABLE_OBSOLETE_IDE |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 45 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 46 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 47 | |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 48 | config MIPS_PB1100 |
| 49 | bool "Alchemy PB1100 board" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 50 | select ALCHEMY_GPIOINT_AU1000 |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 51 | select DMA_NONCOHERENT |
| 52 | select HW_HAS_PCI |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 53 | select SWAP_IO_SPACE |
| 54 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 55 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 56 | |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 57 | config MIPS_PB1500 |
| 58 | bool "Alchemy PB1500 board" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 59 | select ALCHEMY_GPIOINT_AU1000 |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 60 | select DMA_NONCOHERENT |
| 61 | select HW_HAS_PCI |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 62 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 63 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 64 | |
| 65 | config MIPS_PB1550 |
| 66 | bool "Alchemy PB1550 board" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 67 | select ALCHEMY_GPIOINT_AU1000 |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 68 | select DMA_NONCOHERENT |
| 69 | select HW_HAS_PCI |
| 70 | select MIPS_DISABLE_OBSOLETE_IDE |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 71 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 72 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 73 | |
| 74 | config MIPS_XXS1500 |
| 75 | bool "MyCable XXS1500 board" |
| 76 | select DMA_NONCOHERENT |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 77 | select ALCHEMY_GPIOINT_AU1000 |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 78 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 79 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 80 | |
Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 81 | config MIPS_GPR |
| 82 | bool "Trapeze ITS GPR board" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 83 | select ALCHEMY_GPIOINT_AU1000 |
Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 84 | select HW_HAS_PCI |
| 85 | select DMA_NONCOHERENT |
| 86 | select MIPS_DISABLE_OBSOLETE_IDE |
| 87 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 88 | select SYS_HAS_EARLY_PRINTK |
| 89 | |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 90 | endchoice |