Skip to content

Commit c69daf8

Browse files
Andrew Jonesavpatel
authored andcommitted
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>
1 parent 2ed90cb commit c69daf8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

arch/riscv/kvm/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ if VIRTUALIZATION
2020
config KVM
2121
tristate "Kernel-based Virtual Machine (KVM) support (EXPERIMENTAL)"
2222
depends on RISCV_SBI && MMU
23+
select HAVE_KVM_EVENTFD
24+
select HAVE_KVM_VCPU_ASYNC_IOCTL
25+
select KVM_GENERIC_DIRTYLOG_READ_PROTECT
2326
select KVM_GENERIC_HARDWARE_ENABLING
24-
select MMU_NOTIFIER
25-
select PREEMPT_NOTIFIERS
2627
select KVM_MMIO
27-
select KVM_GENERIC_DIRTYLOG_READ_PROTECT
2828
select KVM_XFER_TO_GUEST_WORK
29-
select HAVE_KVM_VCPU_ASYNC_IOCTL
30-
select HAVE_KVM_EVENTFD
29+
select MMU_NOTIFIER
30+
select PREEMPT_NOTIFIERS
3131
select SRCU
3232
help
3333
Support hosting virtualized guest machines.

0 commit comments

Comments
 (0)