@@ -106,27 +106,27 @@ config XENFS
106106 If in doubt, say yes.
107107
108108config XEN_COMPAT_XENFS
109- bool "Create compatibility mount point /proc/xen"
110- depends on XENFS
111- default y
112- help
113- The old xenstore userspace tools expect to find "xenbus"
114- under /proc/xen, but "xenbus" is now found at the root of the
115- xenfs filesystem. Selecting this causes the kernel to create
116- the compatibility mount point /proc/xen if it is running on
117- a xen platform.
118- If in doubt, say yes.
109+ bool "Create compatibility mount point /proc/xen"
110+ depends on XENFS
111+ default y
112+ help
113+ The old xenstore userspace tools expect to find "xenbus"
114+ under /proc/xen, but "xenbus" is now found at the root of the
115+ xenfs filesystem. Selecting this causes the kernel to create
116+ the compatibility mount point /proc/xen if it is running on
117+ a xen platform.
118+ If in doubt, say yes.
119119
120120config XEN_SYS_HYPERVISOR
121- bool "Create xen entries under /sys/hypervisor"
122- depends on SYSFS
123- select SYS_HYPERVISOR
124- default y
125- help
126- Create entries under /sys/hypervisor describing the Xen
127- hypervisor environment. When running native or in another
128- virtual environment, /sys/hypervisor will still be present,
129- but will have no xen contents.
121+ bool "Create xen entries under /sys/hypervisor"
122+ depends on SYSFS
123+ select SYS_HYPERVISOR
124+ default y
125+ help
126+ Create entries under /sys/hypervisor describing the Xen
127+ hypervisor environment. When running native or in another
128+ virtual environment, /sys/hypervisor will still be present,
129+ but will have no xen contents.
130130
131131config XEN_XENBUS_FRONTEND
132132 tristate
@@ -271,7 +271,7 @@ config XEN_ACPI_PROCESSOR
271271 depends on XEN && XEN_DOM0 && X86 && ACPI_PROCESSOR && CPU_FREQ
272272 default m
273273 help
274- This ACPI processor uploads Power Management information to the Xen
274+ This ACPI processor uploads Power Management information to the Xen
275275 hypervisor.
276276
277277 To do that the driver parses the Power Management data and uploads
@@ -280,7 +280,7 @@ config XEN_ACPI_PROCESSOR
280280 SMM so that other drivers (such as ACPI cpufreq scaling driver) will
281281 not load.
282282
283- To compile this driver as a module, choose M here: the module will be
283+ To compile this driver as a module, choose M here: the module will be
284284 called xen_acpi_processor If you do not know what to choose, select
285285 M here. If the CPUFREQ drivers are built in, select Y here.
286286
@@ -292,7 +292,7 @@ config XEN_MCE_LOG
292292 converting it into Linux mcelog format for mcelog tools
293293
294294config XEN_HAVE_PVMMU
295- bool
295+ bool
296296
297297config XEN_EFI
298298 def_bool y
@@ -309,15 +309,15 @@ config XEN_ACPI
309309 depends on X86 && ACPI
310310
311311config XEN_SYMS
312- bool "Xen symbols"
313- depends on X86 && XEN_DOM0 && XENFS
314- default y if KALLSYMS
315- help
316- Exports hypervisor symbols (along with their types and addresses) via
317- /proc/xen/xensyms file, similar to /proc/kallsyms
312+ bool "Xen symbols"
313+ depends on X86 && XEN_DOM0 && XENFS
314+ default y if KALLSYMS
315+ help
316+ Exports hypervisor symbols (along with their types and addresses) via
317+ /proc/xen/xensyms file, similar to /proc/kallsyms
318318
319319config XEN_HAVE_VPMU
320- bool
320+ bool
321321
322322config XEN_FRONT_PGDIR_SHBUF
323323 tristate
0 commit comments