aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r--arch/s390/Kconfig18
1 files changed, 4 insertions, 14 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 7a18d2380e2c..8152fefc97b9 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -69,6 +69,9 @@ config PGSTE
69 bool 69 bool
70 default y if KVM 70 default y if KVM
71 71
72config VIRT_CPU_ACCOUNTING
73 def_bool y
74
72mainmenu "Linux Kernel Configuration" 75mainmenu "Linux Kernel Configuration"
73 76
74config S390 77config S390
@@ -469,22 +472,9 @@ config PAGE_STATES
469 hypervisor. The ESSA instruction is used to do the states 472 hypervisor. The ESSA instruction is used to do the states
470 changes between a page that has content and the unused state. 473 changes between a page that has content and the unused state.
471 474
472config VIRT_TIMER
473 bool "Virtual CPU timer support"
474 help
475 This provides a kernel interface for virtual CPU timers.
476 Default is disabled.
477
478config VIRT_CPU_ACCOUNTING
479 bool "Base user process accounting on virtual cpu timer"
480 depends on VIRT_TIMER
481 help
482 Select this option to use CPU timer deltas to do user
483 process accounting.
484
485config APPLDATA_BASE 475config APPLDATA_BASE
486 bool "Linux - VM Monitor Stream, base infrastructure" 476 bool "Linux - VM Monitor Stream, base infrastructure"
487 depends on PROC_FS && VIRT_TIMER=y 477 depends on PROC_FS
488 help 478 help
489 This provides a kernel interface for creating and updating z/VM APPLDATA 479 This provides a kernel interface for creating and updating z/VM APPLDATA
490 monitor records. The monitor records are updated at certain time 480 monitor records. The monitor records are updated at certain time