Kconfig (a862a4262f9900239389515f79c6c9dfc8de6080) | Kconfig (85f32dbdeb7a0139e667bcfcfc98bbf47ddfc24e) |
---|---|
1config MIPS 2 bool 3 default y | 1config MIPS 2 bool 3 default y |
4 select ARCH_MIGHT_HAVE_PC_PARPORT | |
5 select HAVE_CONTEXT_TRACKING 6 select HAVE_GENERIC_DMA_COHERENT 7 select HAVE_IDE 8 select HAVE_OPROFILE 9 select HAVE_PERF_EVENTS 10 select PERF_USE_VMALLOC 11 select HAVE_ARCH_KGDB 12 select ARCH_HAVE_CUSTOM_GPIO_H --- 1960 unchanged lines hidden (view full) --- 1973config MIPS_VPE_APSP_API 1974 bool "Enable support for AP/SP API (RTLX)" 1975 depends on MIPS_VPE_LOADER 1976 help 1977 1978config MIPS_CMP 1979 bool "MIPS CMP framework support" 1980 depends on SYS_SUPPORTS_MIPS_CMP | 4 select HAVE_CONTEXT_TRACKING 5 select HAVE_GENERIC_DMA_COHERENT 6 select HAVE_IDE 7 select HAVE_OPROFILE 8 select HAVE_PERF_EVENTS 9 select PERF_USE_VMALLOC 10 select HAVE_ARCH_KGDB 11 select ARCH_HAVE_CUSTOM_GPIO_H --- 1960 unchanged lines hidden (view full) --- 1972config MIPS_VPE_APSP_API 1973 bool "Enable support for AP/SP API (RTLX)" 1974 depends on MIPS_VPE_LOADER 1975 help 1976 1977config MIPS_CMP 1978 bool "MIPS CMP framework support" 1979 depends on SYS_SUPPORTS_MIPS_CMP |
1980 select SMP |
|
1981 select SYNC_R4K 1982 select SYS_SUPPORTS_SMP 1983 select SYS_SUPPORTS_SCHED_SMT if SMP 1984 select WEAK_ORDERING 1985 default n 1986 help 1987 This is a placeholder option for the GCMP work. It will need to 1988 be handled differently... --- 576 unchanged lines hidden --- | 1981 select SYNC_R4K 1982 select SYS_SUPPORTS_SMP 1983 select SYS_SUPPORTS_SCHED_SMT if SMP 1984 select WEAK_ORDERING 1985 default n 1986 help 1987 This is a placeholder option for the GCMP work. It will need to 1988 be handled differently... --- 576 unchanged lines hidden --- |