Formatting of Kconfig files doesn't look so pretty, so let the Great White Handkerchief come around and clean it up. Signed-off-by: Enrico Weigelt, metux IT consult <info@xxxxxxxxx> --- virt/kvm/Kconfig | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/virt/kvm/Kconfig b/virt/kvm/Kconfig index ea434dd..22f5e59 100644 --- a/virt/kvm/Kconfig +++ b/virt/kvm/Kconfig @@ -2,58 +2,58 @@ # KVM common configuration items and defaults config HAVE_KVM - bool + bool config HAVE_KVM_IRQCHIP - bool + bool config HAVE_KVM_IRQFD - bool + bool config HAVE_KVM_IRQ_ROUTING - bool + bool config HAVE_KVM_EVENTFD - bool - select EVENTFD + bool + select EVENTFD config KVM_MMIO - bool + bool config KVM_ASYNC_PF - bool + bool # Toggle to switch between direct notification and batch job config KVM_ASYNC_PF_SYNC - bool + bool config HAVE_KVM_MSI - bool + bool config HAVE_KVM_CPU_RELAX_INTERCEPT - bool + bool config KVM_VFIO - bool + bool config HAVE_KVM_ARCH_TLB_FLUSH_ALL - bool + bool config HAVE_KVM_INVALID_WAKEUPS - bool + bool config KVM_GENERIC_DIRTYLOG_READ_PROTECT - bool + bool config KVM_COMPAT - def_bool y - depends on KVM && COMPAT && !(S390 || ARM64) + def_bool y + depends on KVM && COMPAT && !(S390 || ARM64) config HAVE_KVM_IRQ_BYPASS - bool + bool config HAVE_KVM_VCPU_ASYNC_IOCTL - bool + bool config HAVE_KVM_VCPU_RUN_PID_CHANGE - bool + bool -- 1.9.1