Kconfig (91405eb69ee007ee854aa917e2a15e6ccede2cd1) | Kconfig (62cedc4fde2d15b08e4502aa3fb2d9d798f3ccd8) |
---|---|
1config MIPS 2 bool 3 default y 4 select HAVE_GENERIC_DMA_COHERENT 5 select HAVE_IDE 6 select HAVE_OPROFILE 7 select HAVE_IRQ_WORK 8 select HAVE_PERF_EVENTS --- 1874 unchanged lines hidden (view full) --- 1883config CPU_GENERIC_DUMP_TLB 1884 bool 1885 default y if !(CPU_R3000 || CPU_R6000 || CPU_R8000 || CPU_TX39XX) 1886 1887config CPU_R4K_FPU 1888 bool 1889 default y if !(CPU_R3000 || CPU_R6000 || CPU_TX39XX || CPU_CAVIUM_OCTEON) 1890 | 1config MIPS 2 bool 3 default y 4 select HAVE_GENERIC_DMA_COHERENT 5 select HAVE_IDE 6 select HAVE_OPROFILE 7 select HAVE_IRQ_WORK 8 select HAVE_PERF_EVENTS --- 1874 unchanged lines hidden (view full) --- 1883config CPU_GENERIC_DUMP_TLB 1884 bool 1885 default y if !(CPU_R3000 || CPU_R6000 || CPU_R8000 || CPU_TX39XX) 1886 1887config CPU_R4K_FPU 1888 bool 1889 default y if !(CPU_R3000 || CPU_R6000 || CPU_TX39XX || CPU_CAVIUM_OCTEON) 1890 |
1891config CPU_R4K_CACHE_TLB 1892 bool 1893 default y if !(CPU_R3000 || CPU_R8000 || CPU_SB1 || CPU_TX39XX || CPU_CAVIUM_OCTEON) 1894 |
|
1891choice 1892 prompt "MIPS MT options" 1893 1894config MIPS_MT_DISABLED 1895 bool "Disable multithreading support." 1896 help 1897 Use this option if your workload can't take advantage of 1898 MIPS hardware multithreading support. On systems that don't have --- 671 unchanged lines hidden --- | 1895choice 1896 prompt "MIPS MT options" 1897 1898config MIPS_MT_DISABLED 1899 bool "Disable multithreading support." 1900 help 1901 Use this option if your workload can't take advantage of 1902 MIPS hardware multithreading support. On systems that don't have --- 671 unchanged lines hidden --- |