xen: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Juergen Gross <jgross@suse.com>
This commit is contained in:
parent
e221065aa6
commit
23c1cce9f3
|
@ -106,27 +106,27 @@ config XENFS
|
||||||
If in doubt, say yes.
|
If in doubt, say yes.
|
||||||
|
|
||||||
config XEN_COMPAT_XENFS
|
config XEN_COMPAT_XENFS
|
||||||
bool "Create compatibility mount point /proc/xen"
|
bool "Create compatibility mount point /proc/xen"
|
||||||
depends on XENFS
|
depends on XENFS
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
The old xenstore userspace tools expect to find "xenbus"
|
The old xenstore userspace tools expect to find "xenbus"
|
||||||
under /proc/xen, but "xenbus" is now found at the root of the
|
under /proc/xen, but "xenbus" is now found at the root of the
|
||||||
xenfs filesystem. Selecting this causes the kernel to create
|
xenfs filesystem. Selecting this causes the kernel to create
|
||||||
the compatibility mount point /proc/xen if it is running on
|
the compatibility mount point /proc/xen if it is running on
|
||||||
a xen platform.
|
a xen platform.
|
||||||
If in doubt, say yes.
|
If in doubt, say yes.
|
||||||
|
|
||||||
config XEN_SYS_HYPERVISOR
|
config XEN_SYS_HYPERVISOR
|
||||||
bool "Create xen entries under /sys/hypervisor"
|
bool "Create xen entries under /sys/hypervisor"
|
||||||
depends on SYSFS
|
depends on SYSFS
|
||||||
select SYS_HYPERVISOR
|
select SYS_HYPERVISOR
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Create entries under /sys/hypervisor describing the Xen
|
Create entries under /sys/hypervisor describing the Xen
|
||||||
hypervisor environment. When running native or in another
|
hypervisor environment. When running native or in another
|
||||||
virtual environment, /sys/hypervisor will still be present,
|
virtual environment, /sys/hypervisor will still be present,
|
||||||
but will have no xen contents.
|
but will have no xen contents.
|
||||||
|
|
||||||
config XEN_XENBUS_FRONTEND
|
config XEN_XENBUS_FRONTEND
|
||||||
tristate
|
tristate
|
||||||
|
@ -271,7 +271,7 @@ config XEN_ACPI_PROCESSOR
|
||||||
depends on XEN && XEN_DOM0 && X86 && ACPI_PROCESSOR && CPU_FREQ
|
depends on XEN && XEN_DOM0 && X86 && ACPI_PROCESSOR && CPU_FREQ
|
||||||
default m
|
default m
|
||||||
help
|
help
|
||||||
This ACPI processor uploads Power Management information to the Xen
|
This ACPI processor uploads Power Management information to the Xen
|
||||||
hypervisor.
|
hypervisor.
|
||||||
|
|
||||||
To do that the driver parses the Power Management data and uploads
|
To do that the driver parses the Power Management data and uploads
|
||||||
|
@ -280,7 +280,7 @@ config XEN_ACPI_PROCESSOR
|
||||||
SMM so that other drivers (such as ACPI cpufreq scaling driver) will
|
SMM so that other drivers (such as ACPI cpufreq scaling driver) will
|
||||||
not load.
|
not load.
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the module will be
|
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
|
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.
|
M here. If the CPUFREQ drivers are built in, select Y here.
|
||||||
|
|
||||||
|
@ -292,7 +292,7 @@ config XEN_MCE_LOG
|
||||||
converting it into Linux mcelog format for mcelog tools
|
converting it into Linux mcelog format for mcelog tools
|
||||||
|
|
||||||
config XEN_HAVE_PVMMU
|
config XEN_HAVE_PVMMU
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config XEN_EFI
|
config XEN_EFI
|
||||||
def_bool y
|
def_bool y
|
||||||
|
@ -309,15 +309,15 @@ config XEN_ACPI
|
||||||
depends on X86 && ACPI
|
depends on X86 && ACPI
|
||||||
|
|
||||||
config XEN_SYMS
|
config XEN_SYMS
|
||||||
bool "Xen symbols"
|
bool "Xen symbols"
|
||||||
depends on X86 && XEN_DOM0 && XENFS
|
depends on X86 && XEN_DOM0 && XENFS
|
||||||
default y if KALLSYMS
|
default y if KALLSYMS
|
||||||
help
|
help
|
||||||
Exports hypervisor symbols (along with their types and addresses) via
|
Exports hypervisor symbols (along with their types and addresses) via
|
||||||
/proc/xen/xensyms file, similar to /proc/kallsyms
|
/proc/xen/xensyms file, similar to /proc/kallsyms
|
||||||
|
|
||||||
config XEN_HAVE_VPMU
|
config XEN_HAVE_VPMU
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config XEN_FRONT_PGDIR_SHBUF
|
config XEN_FRONT_PGDIR_SHBUF
|
||||||
tristate
|
tristate
|
||||||
|
|
Loading…
Reference in New Issue