Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fd14432 authored by Andrew Morton's avatar Andrew Morton Committed by Konrad Rzeszutek Wilk
Browse files

xen/Kconfig: fix Kconfig layout



Fit it into 80 columns so that it is readable in menuconfig.

Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 76a8df7b
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -183,15 +183,17 @@ config XEN_ACPI_PROCESSOR
	depends on XEN && X86 && ACPI_PROCESSOR && CPU_FREQ
	default m
	help
          This ACPI processor uploads Power Management information to the Xen hypervisor.

	  To do that the driver parses the Power Management data and uploads said
	  information to the Xen hypervisor. Then the Xen hypervisor can select the
          proper Cx and Pxx states. It also registers itslef as the 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
          module will be called xen_acpi_processor  If you do not know what to choose,
          select M here. If the CPUFREQ drivers are built in, select Y here.
          This ACPI processor uploads Power Management information to the Xen
	  hypervisor.

	  To do that the driver parses the Power Management data and uploads
	  said information to the Xen hypervisor. Then the Xen hypervisor can
	  select the proper Cx and Pxx states. It also registers itslef as the
	  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 module will be
	  called xen_acpi_processor  If you do not know what to choose, select
	  M here. If the CPUFREQ drivers are built in, select Y here.

endmenu