diff options
| author | Manuel Lauss <manuel.lauss@gmail.com> | 2014-02-20 08:59:24 -0500 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-26 18:09:21 -0400 |
| commit | 970e268d6ed1f1799829cc0c87ea271a9e127e79 (patch) | |
| tree | e58e6ebbb7061a9f578d35cf254dc35054c90990 /arch/mips/alchemy/Kconfig | |
| parent | 88e9a93c9d53ddcf633aa07f14245da7f30408c2 (diff) | |
MIPS: Alchemy: Unify Devboard support.
This patch merges support for all DB1xxx and PB1xxx
boards into a single image, along with a new single defconfig
for them.
Run-tested on DB1300 and DB1500.
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Cc: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/6577/
Patchwork: https://patchwork.linux-mips.org/patch/6659/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/alchemy/Kconfig')
| -rw-r--r-- | arch/mips/alchemy/Kconfig | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/arch/mips/alchemy/Kconfig b/arch/mips/alchemy/Kconfig index 41386723f9fa..b9628983d620 100644 --- a/arch/mips/alchemy/Kconfig +++ b/arch/mips/alchemy/Kconfig | |||
| @@ -16,7 +16,7 @@ config ALCHEMY_GPIO_INDIRECT | |||
| 16 | choice | 16 | choice |
| 17 | prompt "Machine type" | 17 | prompt "Machine type" |
| 18 | depends on MIPS_ALCHEMY | 18 | depends on MIPS_ALCHEMY |
| 19 | default MIPS_DB1000 | 19 | default MIPS_DB1XXX |
| 20 | 20 | ||
| 21 | config MIPS_MTX1 | 21 | config MIPS_MTX1 |
| 22 | bool "4G Systems MTX-1 board" | 22 | bool "4G Systems MTX-1 board" |
| @@ -25,20 +25,17 @@ config MIPS_MTX1 | |||
| 25 | select SYS_SUPPORTS_LITTLE_ENDIAN | 25 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 26 | select SYS_HAS_EARLY_PRINTK | 26 | select SYS_HAS_EARLY_PRINTK |
| 27 | 27 | ||
| 28 | config MIPS_DB1000 | 28 | config MIPS_DB1XXX |
| 29 | bool "Alchemy DB1000/DB1500/DB1100 PB1500/1100 boards" | 29 | bool "Alchemy DB1XXX / PB1XXX boards" |
| 30 | select ALCHEMY_GPIOINT_AU1000 | ||
| 31 | select HW_HAS_PCI | ||
| 32 | select SYS_SUPPORTS_BIG_ENDIAN | ||
| 33 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
| 34 | select SYS_HAS_EARLY_PRINTK | ||
| 35 | |||
| 36 | config MIPS_DB1235 | ||
| 37 | bool "Alchemy DB1200/PB1200/DB1300/DB1550/PB1550 boards" | ||
| 38 | select ARCH_REQUIRE_GPIOLIB | 30 | select ARCH_REQUIRE_GPIOLIB |
| 39 | select HW_HAS_PCI | 31 | select HW_HAS_PCI |
| 40 | select SYS_SUPPORTS_LITTLE_ENDIAN | 32 | select SYS_SUPPORTS_LITTLE_ENDIAN |
| 41 | select SYS_HAS_EARLY_PRINTK | 33 | select SYS_HAS_EARLY_PRINTK |
| 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. | ||
| 42 | 39 | ||
| 43 | config MIPS_XXS1500 | 40 | config MIPS_XXS1500 |
| 44 | bool "MyCable XXS1500 board" | 41 | bool "MyCable XXS1500 board" |
