Kconfig (e5dcb58aa51090f462959b9789eb477286bd2279) Kconfig (939991cff173f769efb8c56286d4e59fb9ced191)
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

--- 2087 unchanged lines hidden (view full) ---

2096
2097config NODES_SHIFT
2098 int
2099 default "6"
2100 depends on NEED_MULTIPLE_NODES
2101
2102config HW_PERF_EVENTS
2103 bool "Enable hardware performance counter support for perf events"
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

--- 2087 unchanged lines hidden (view full) ---

2096
2097config NODES_SHIFT
2098 int
2099 default "6"
2100 depends on NEED_MULTIPLE_NODES
2101
2102config HW_PERF_EVENTS
2103 bool "Enable hardware performance counter support for perf events"
2104 depends on PERF_EVENTS && !MIPS_MT_SMTC && OPROFILE=n && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1)
2104 depends on PERF_EVENTS && !MIPS_MT_SMTC && OPROFILE=n && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON)
2105 default y
2106 help
2107 Enable hardware performance counter support for perf events. If
2108 disabled, perf events will use software events only.
2109
2110source "mm/Kconfig"
2111
2112config SMP

--- 393 unchanged lines hidden ---
2105 default y
2106 help
2107 Enable hardware performance counter support for perf events. If
2108 disabled, perf events will use software events only.
2109
2110source "mm/Kconfig"
2111
2112config SMP

--- 393 unchanged lines hidden ---