From: Andrew Morton Date: Thu, 12 Apr 2012 22:51:39 +0000 (+1000) Subject: drivers/xen/Kconfig: fix Kconfig layout X-Git-Tag: next-20120417~2^2~130 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c0a5f4d3759c2ae116fb9980fdfd1ed6a305c29d;p=karo-tx-linux.git drivers/xen/Kconfig: fix Kconfig layout Fit it into 80 columns so that it is readable in menuconfig. Cc: Konrad Rzeszutek Wilk Signed-off-by: Andrew Morton --- diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index 73f1c99bc540..8d2501e604dd 100644 --- a/drivers/xen/Kconfig +++ b/drivers/xen/Kconfig @@ -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