mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
xen/Kconfig: fix Kconfig layout
Fit it into 80 columns so that it is readable in menuconfig. Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
parent
76a8df7b49
commit
1fd1443229
1 changed files with 10 additions and 8 deletions
|
@ -183,15 +183,17 @@ config XEN_ACPI_PROCESSOR
|
||||||
depends on XEN && X86 && ACPI_PROCESSOR && CPU_FREQ
|
depends on XEN && X86 && ACPI_PROCESSOR && CPU_FREQ
|
||||||
default m
|
default m
|
||||||
help
|
help
|
||||||
This ACPI processor uploads Power Management information to the Xen hypervisor.
|
This ACPI processor uploads Power Management information to the Xen
|
||||||
|
hypervisor.
|
||||||
|
|
||||||
To do that the driver parses the Power Management data and uploads said
|
To do that the driver parses the Power Management data and uploads
|
||||||
information to the Xen hypervisor. Then the Xen hypervisor can select the
|
said information to the Xen hypervisor. Then the Xen hypervisor can
|
||||||
proper Cx and Pxx states. It also registers itslef as the SMM so that
|
select the proper Cx and Pxx states. It also registers itslef as the
|
||||||
other drivers (such as ACPI cpufreq scaling driver) will not load.
|
SMM so that other drivers (such as ACPI cpufreq scaling driver) will
|
||||||
|
not load.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the module will be
|
||||||
module will be called xen_acpi_processor If you do not know what to choose,
|
called xen_acpi_processor If you do not know what to choose, select
|
||||||
select M here. If the CPUFREQ drivers are built in, select Y here.
|
M here. If the CPUFREQ drivers are built in, select Y here.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
Loading…
Reference in a new issue