diff options
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 |