@@ -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
@@ -141,7 +141,8 @@ config XEN_GNTDEV
141141
142142config XEN_GNTDEV_DMABUF
143143 bool "Add support for dma-buf grant access device driver extension"
144- depends on XEN_GNTDEV && XEN_GRANT_DMA_ALLOC && DMA_SHARED_BUFFER
144+ depends on XEN_GNTDEV && XEN_GRANT_DMA_ALLOC
145+ select DMA_SHARED_BUFFER
145146 help
146147 Allows userspace processes and kernel modules to use Xen backed
147148 dma-buf implementation. With this extension grant references to
@@ -270,7 +271,7 @@ config XEN_ACPI_PROCESSOR
270271 depends on XEN && XEN_DOM0 && X86 && ACPI_PROCESSOR && CPU_FREQ
271272 default m
272273 help
273- This ACPI processor uploads Power Management information to the Xen
274+ This ACPI processor uploads Power Management information to the Xen
274275 hypervisor.
275276
276277 To do that the driver parses the Power Management data and uploads
@@ -279,19 +280,19 @@ config XEN_ACPI_PROCESSOR
279280 SMM so that other drivers (such as ACPI cpufreq scaling driver) will
280281 not load.
281282
282- 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
283284 called xen_acpi_processor If you do not know what to choose, select
284285 M here. If the CPUFREQ drivers are built in, select Y here.
285286
286287config XEN_MCE_LOG
287288 bool "Xen platform mcelog"
288- depends on XEN_DOM0 && X86_64 && X86_MCE
289+ depends on XEN_DOM0 && X86_MCE
289290 help
290291 Allow kernel fetching MCE error from Xen platform and
291292 converting it into Linux mcelog format for mcelog tools
292293
293294config XEN_HAVE_PVMMU
294- bool
295+ bool
295296
296297config XEN_EFI
297298 def_bool y
@@ -308,15 +309,15 @@ config XEN_ACPI
308309 depends on X86 && ACPI
309310
310311config XEN_SYMS
311- bool "Xen symbols"
312- depends on X86 && XEN_DOM0 && XENFS
313- default y if KALLSYMS
314- help
315- Exports hypervisor symbols (along with their types and addresses) via
316- /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
317318
318319config XEN_HAVE_VPMU
319- bool
320+ bool
320321
321322config XEN_FRONT_PGDIR_SHBUF
322323 tristate
0 commit comments