| .. | .. |
|---|
| 37 | 37 | tristate "OProfile system profiling" |
|---|
| 38 | 38 | depends on PROFILING |
|---|
| 39 | 39 | depends on HAVE_OPROFILE |
|---|
| 40 | | - depends on !PREEMPT_RT |
|---|
| 41 | 40 | select RING_BUFFER |
|---|
| 42 | 41 | select RING_BUFFER_ALLOW_SWAP |
|---|
| 43 | 42 | help |
|---|
| .. | .. |
|---|
| 289 | 288 | # to undo an in-place page table remap for uncached access. |
|---|
| 290 | 289 | # |
|---|
| 291 | 290 | config ARCH_HAS_DMA_CLEAR_UNCACHED |
|---|
| 291 | + bool |
|---|
| 292 | + |
|---|
| 293 | +config ARCH_HAS_CPU_FINALIZE_INIT |
|---|
| 292 | 294 | bool |
|---|
| 293 | 295 | |
|---|
| 294 | 296 | # Select if arch init_task must go in the __init_task_data section |
|---|
| .. | .. |
|---|
| 757 | 759 | config HAVE_VIRT_CPU_ACCOUNTING |
|---|
| 758 | 760 | bool |
|---|
| 759 | 761 | |
|---|
| 760 | | -config HAVE_VIRT_CPU_ACCOUNTING_IDLE |
|---|
| 761 | | - bool |
|---|
| 762 | | - help |
|---|
| 763 | | - Architecture has its own way to account idle CPU time and therefore |
|---|
| 764 | | - doesn't implement vtime_account_idle(). |
|---|
| 765 | | - |
|---|
| 766 | 762 | config ARCH_HAS_SCALED_CPUTIME |
|---|
| 767 | 763 | bool |
|---|
| 768 | 764 | |
|---|
| .. | .. |
|---|
| 777 | 773 | some 32-bit arches may require multiple accesses, so proper |
|---|
| 778 | 774 | locking is needed to protect against concurrent accesses. |
|---|
| 779 | 775 | |
|---|
| 776 | + |
|---|
| 780 | 777 | config HAVE_IRQ_TIME_ACCOUNTING |
|---|
| 781 | 778 | bool |
|---|
| 782 | 779 | help |
|---|