diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 35453eaeffb5..2c580cf59397 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1928,6 +1928,7 @@ config MIPS_MT_SMP | |||
1928 | select SYS_SUPPORTS_SCHED_SMT if SMP | 1928 | select SYS_SUPPORTS_SCHED_SMT if SMP |
1929 | select SYS_SUPPORTS_SMP | 1929 | select SYS_SUPPORTS_SMP |
1930 | select SMP_UP | 1930 | select SMP_UP |
1931 | select MIPS_PERF_SHARED_TC_COUNTERS | ||
1931 | help | 1932 | help |
1932 | This is a kernel model which is known a VSMP but lately has been | 1933 | This is a kernel model which is known a VSMP but lately has been |
1933 | marketesed into SMVP. | 1934 | marketesed into SMVP. |
@@ -2277,6 +2278,9 @@ config NR_CPUS | |||
2277 | performance should round up your number of processors to the next | 2278 | performance should round up your number of processors to the next |
2278 | power of two. | 2279 | power of two. |
2279 | 2280 | ||
2281 | config MIPS_PERF_SHARED_TC_COUNTERS | ||
2282 | bool | ||
2283 | |||
2280 | # | 2284 | # |
2281 | # Timer Interrupt Frequency Configuration | 2285 | # Timer Interrupt Frequency Configuration |
2282 | # | 2286 | # |