diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2010-07-15 15:45:04 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:26:06 -0400 |
commit | 42a4f17dc356689075263d7c2bd68456676fa62e (patch) | |
tree | 2c66f5be57722cff7bb39eb0b59c3ec6eb24fff6 /arch/mips/Kconfig | |
parent | 745aef5df1e2277ee9e34d86491084c0d6106338 (diff) |
MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY
Remove the CONFIG_SOC_AU1X00 Kconfig symbol since its job can also be done
by MACH_ALCHEMY, now renamed to MIPS_ALCHEMY.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/1461/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index b81a6b20d252..0dd164999a9e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -23,8 +23,17 @@ choice | |||
23 | prompt "System type" | 23 | prompt "System type" |
24 | default SGI_IP22 | 24 | default SGI_IP22 |
25 | 25 | ||
26 | config MACH_ALCHEMY | 26 | config MIPS_ALCHEMY |
27 | bool "Alchemy processor based machines" | 27 | bool "Alchemy processor based machines" |
28 | select 64BIT_PHYS_ADDR | ||
29 | select CEVT_R4K_LIB | ||
30 | select CSRC_R4K_LIB | ||
31 | select IRQ_CPU | ||
32 | select SYS_HAS_CPU_MIPS32_R1 | ||
33 | select SYS_SUPPORTS_32BIT_KERNEL | ||
34 | select SYS_SUPPORTS_APM_EMULATION | ||
35 | select GENERIC_GPIO | ||
36 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
28 | select SYS_SUPPORTS_ZBOOT | 37 | select SYS_SUPPORTS_ZBOOT |
29 | 38 | ||
30 | config AR7 | 39 | config AR7 |