diff options
author | Andrew Jones <ajones@ventanamicro.com> | 2023-03-22 20:28:57 +0100 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2023-04-21 17:38:42 +0530 |
commit | c69daf8bf88c09271a55c65140c8af8fcd565c09 (patch) | |
tree | f7d4af75c5a817d7a25ae0ee60139743da007f61 /arch | |
parent | 2ed90cb0938a45b12eb947af062d12c7af0067b3 (diff) | |
download | linux-stable-c69daf8bf88c09271a55c65140c8af8fcd565c09.tar.gz linux-stable-c69daf8bf88c09271a55c65140c8af8fcd565c09.tar.bz2 linux-stable-c69daf8bf88c09271a55c65140c8af8fcd565c09.zip |
RISC-V: KVM: Alphabetize selects
While alphabetized lists tend to become unalphabetized almost
as quickly as they get fixed up, it is preferred to keep select
lists in Kconfigs in order. Let's fix KVM's up.
Signed-off-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/riscv/kvm/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/riscv/kvm/Kconfig b/arch/riscv/kvm/Kconfig index d5a658a047a7..5bcb2d519b95 100644 --- a/arch/riscv/kvm/Kconfig +++ b/arch/riscv/kvm/Kconfig @@ -20,14 +20,14 @@ if VIRTUALIZATION config KVM tristate "Kernel-based Virtual Machine (KVM) support (EXPERIMENTAL)" depends on RISCV_SBI && MMU + select HAVE_KVM_EVENTFD + select HAVE_KVM_VCPU_ASYNC_IOCTL + select KVM_GENERIC_DIRTYLOG_READ_PROTECT select KVM_GENERIC_HARDWARE_ENABLING - select MMU_NOTIFIER - select PREEMPT_NOTIFIERS select KVM_MMIO - select KVM_GENERIC_DIRTYLOG_READ_PROTECT select KVM_XFER_TO_GUEST_WORK - select HAVE_KVM_VCPU_ASYNC_IOCTL - select HAVE_KVM_EVENTFD + select MMU_NOTIFIER + select PREEMPT_NOTIFIERS select SRCU help Support hosting virtualized guest machines. |