Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Manuel Lauss | 5d400f5 | 2009-11-23 20:40:01 +0100 | [diff] [blame] | 2 | # au1000-style gpio and interrupt controllers |
| 3 | config ALCHEMY_GPIOINT_AU1000 |
Manuel Lauss | 51e02b0 | 2009-06-06 14:09:55 +0200 | [diff] [blame] | 4 | bool |
| 5 | |
Manuel Lauss | 809f36c | 2011-11-01 20:03:30 +0100 | [diff] [blame] | 6 | # au1300-style GPIO/INT controller |
| 7 | config ALCHEMY_GPIOINT_AU1300 |
| 8 | bool |
| 9 | |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 10 | choice |
| 11 | prompt "Machine type" |
Manuel Lauss | 42a4f17 | 2010-07-15 21:45:04 +0200 | [diff] [blame] | 12 | depends on MIPS_ALCHEMY |
Manuel Lauss | 970e268 | 2014-02-20 14:59:24 +0100 | [diff] [blame] | 13 | default MIPS_DB1XXX |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 14 | |
| 15 | config MIPS_MTX1 |
| 16 | bool "4G Systems MTX-1 board" |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 17 | select HW_HAS_PCI |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 18 | select ALCHEMY_GPIOINT_AU1000 |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 19 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 20 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 21 | |
Manuel Lauss | 970e268 | 2014-02-20 14:59:24 +0100 | [diff] [blame] | 22 | config MIPS_DB1XXX |
| 23 | bool "Alchemy DB1XXX / PB1XXX boards" |
Linus Walleij | d30a2b4 | 2016-04-19 11:23:22 +0200 | [diff] [blame] | 24 | select GPIOLIB |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 25 | select HW_HAS_PCI |
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 |
Manuel Lauss | 970e268 | 2014-02-20 14:59:24 +0100 | [diff] [blame] | 28 | help |
| 29 | Select this option if you have one of the following Alchemy |
| 30 | development boards: DB1000 DB1500 DB1100 DB1550 DB1200 DB1300 |
| 31 | PB1500 PB1100 PB1550 PB1200 |
| 32 | Board type is autodetected during boot. |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 33 | |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 34 | config MIPS_XXS1500 |
| 35 | bool "MyCable XXS1500 board" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 36 | select ALCHEMY_GPIOINT_AU1000 |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 37 | select SYS_SUPPORTS_LITTLE_ENDIAN |
Manuel Lauss | 8402a15 | 2009-10-15 18:49:27 +0200 | [diff] [blame] | 38 | select SYS_HAS_EARLY_PRINTK |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 39 | |
Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 40 | config MIPS_GPR |
| 41 | bool "Trapeze ITS GPR board" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 42 | select ALCHEMY_GPIOINT_AU1000 |
Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 43 | select HW_HAS_PCI |
Wolfgang Grandegger | cb8f55b | 2010-07-15 11:21:23 +0200 | [diff] [blame] | 44 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 45 | select SYS_HAS_EARLY_PRINTK |
| 46 | |
Yoichi Yuasa | c3543e2 | 2007-05-11 20:44:30 +0900 | [diff] [blame] | 47 | endchoice |