Commit b03b016f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Borislav Petkov

x86/Kconfig: 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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86-ml <x86@kernel.org>
Cc: xen-devel@lists.xenproject.org
Link: https://lkml.kernel.org/r/1574306470-10305-1-git-send-email-krzk@kernel.org
parent 360db4ac
...@@ -439,8 +439,8 @@ config X86_MPPARSE ...@@ -439,8 +439,8 @@ config X86_MPPARSE
(esp with 64bit cpus) with acpi support, MADT and DSDT will override it (esp with 64bit cpus) with acpi support, MADT and DSDT will override it
config GOLDFISH config GOLDFISH
def_bool y def_bool y
depends on X86_GOLDFISH depends on X86_GOLDFISH
config RETPOLINE config RETPOLINE
bool "Avoid speculative indirect branches in kernel" bool "Avoid speculative indirect branches in kernel"
...@@ -561,9 +561,9 @@ config X86_UV ...@@ -561,9 +561,9 @@ config X86_UV
# Please maintain the alphabetic order if and when there are additions # Please maintain the alphabetic order if and when there are additions
config X86_GOLDFISH config X86_GOLDFISH
bool "Goldfish (Virtual Platform)" bool "Goldfish (Virtual Platform)"
depends on X86_EXTENDED_PLATFORM depends on X86_EXTENDED_PLATFORM
---help--- ---help---
Enable support for the Goldfish virtual platform used primarily Enable support for the Goldfish virtual platform used primarily
for Android development. Unless you are building for the Android for Android development. Unless you are building for the Android
Goldfish emulator say N here. Goldfish emulator say N here.
...@@ -806,9 +806,9 @@ config KVM_GUEST ...@@ -806,9 +806,9 @@ config KVM_GUEST
timing infrastructure such as time of day, and system time timing infrastructure such as time of day, and system time
config ARCH_CPUIDLE_HALTPOLL config ARCH_CPUIDLE_HALTPOLL
def_bool n def_bool n
prompt "Disable host haltpoll when loading haltpoll driver" prompt "Disable host haltpoll when loading haltpoll driver"
help help
If virtualized under KVM, disable host haltpoll. If virtualized under KVM, disable host haltpoll.
config PVH config PVH
...@@ -887,16 +887,16 @@ config HPET_EMULATE_RTC ...@@ -887,16 +887,16 @@ config HPET_EMULATE_RTC
depends on HPET_TIMER && (RTC=y || RTC=m || RTC_DRV_CMOS=m || RTC_DRV_CMOS=y) depends on HPET_TIMER && (RTC=y || RTC=m || RTC_DRV_CMOS=m || RTC_DRV_CMOS=y)
config APB_TIMER config APB_TIMER
def_bool y if X86_INTEL_MID def_bool y if X86_INTEL_MID
prompt "Intel MID APB Timer Support" if X86_INTEL_MID prompt "Intel MID APB Timer Support" if X86_INTEL_MID
select DW_APB_TIMER select DW_APB_TIMER
depends on X86_INTEL_MID && SFI depends on X86_INTEL_MID && SFI
help help
APB timer is the replacement for 8254, HPET on X86 MID platforms. APB timer is the replacement for 8254, HPET on X86 MID platforms.
The APBT provides a stable time base on SMP The APBT provides a stable time base on SMP
systems, unlike the TSC, but it is more expensive to access, systems, unlike the TSC, but it is more expensive to access,
as it is off-chip. APB timers are always running regardless of CPU as it is off-chip. APB timers are always running regardless of CPU
C states, they are used as per CPU clockevent device when possible. C states, they are used as per CPU clockevent device when possible.
# Mark as expert because too many people got it wrong. # Mark as expert because too many people got it wrong.
# The code disables itself when not needed. # The code disables itself when not needed.
...@@ -1035,8 +1035,8 @@ config SCHED_MC_PRIO ...@@ -1035,8 +1035,8 @@ config SCHED_MC_PRIO
If unsure say Y here. If unsure say Y here.
config UP_LATE_INIT config UP_LATE_INIT
def_bool y def_bool y
depends on !SMP && X86_LOCAL_APIC depends on !SMP && X86_LOCAL_APIC
config X86_UP_APIC config X86_UP_APIC
bool "Local APIC support on uniprocessors" if !PCI_MSI bool "Local APIC support on uniprocessors" if !PCI_MSI
...@@ -1185,8 +1185,8 @@ config X86_LEGACY_VM86 ...@@ -1185,8 +1185,8 @@ config X86_LEGACY_VM86
If unsure, say N here. If unsure, say N here.
config VM86 config VM86
bool bool
default X86_LEGACY_VM86 default X86_LEGACY_VM86
config X86_16BIT config X86_16BIT
bool "Enable support for 16-bit segments" if EXPERT bool "Enable support for 16-bit segments" if EXPERT
...@@ -1207,10 +1207,10 @@ config X86_ESPFIX64 ...@@ -1207,10 +1207,10 @@ config X86_ESPFIX64
depends on X86_16BIT && X86_64 depends on X86_16BIT && X86_64
config X86_VSYSCALL_EMULATION config X86_VSYSCALL_EMULATION
bool "Enable vsyscall emulation" if EXPERT bool "Enable vsyscall emulation" if EXPERT
default y default y
depends on X86_64 depends on X86_64
---help--- ---help---
This enables emulation of the legacy vsyscall page. Disabling This enables emulation of the legacy vsyscall page. Disabling
it is roughly equivalent to booting with vsyscall=none, except it is roughly equivalent to booting with vsyscall=none, except
that it will also disable the helpful warning if a program that it will also disable the helpful warning if a program
...@@ -1648,9 +1648,9 @@ config ARCH_PROC_KCORE_TEXT ...@@ -1648,9 +1648,9 @@ config ARCH_PROC_KCORE_TEXT
depends on X86_64 && PROC_KCORE depends on X86_64 && PROC_KCORE
config ILLEGAL_POINTER_VALUE config ILLEGAL_POINTER_VALUE
hex hex
default 0 if X86_32 default 0 if X86_32
default 0xdead000000000000 if X86_64 default 0xdead000000000000 if X86_64
config X86_PMEM_LEGACY_DEVICE config X86_PMEM_LEGACY_DEVICE
bool bool
...@@ -1991,11 +1991,11 @@ config EFI ...@@ -1991,11 +1991,11 @@ config EFI
platforms. platforms.
config EFI_STUB config EFI_STUB
bool "EFI stub support" bool "EFI stub support"
depends on EFI && !X86_USE_3DNOW depends on EFI && !X86_USE_3DNOW
select RELOCATABLE select RELOCATABLE
---help--- ---help---
This kernel feature allows a bzImage to be loaded directly This kernel feature allows a bzImage to be loaded directly
by EFI firmware without the use of a bootloader. by EFI firmware without the use of a bootloader.
See Documentation/admin-guide/efi-stub.rst for more information. See Documentation/admin-guide/efi-stub.rst for more information.
......
...@@ -62,10 +62,10 @@ config XEN_512GB ...@@ -62,10 +62,10 @@ config XEN_512GB
boot parameter "xen_512gb_limit". boot parameter "xen_512gb_limit".
config XEN_SAVE_RESTORE config XEN_SAVE_RESTORE
bool bool
depends on XEN depends on XEN
select HIBERNATE_CALLBACKS select HIBERNATE_CALLBACKS
default y default y
config XEN_DEBUG_FS config XEN_DEBUG_FS
bool "Enable Xen debug and tuning parameters in debugfs" bool "Enable Xen debug and tuning parameters in debugfs"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment