Skip to content

Commit

Permalink
KVM: fix TASK_DELAY_ACCT kconfig warning
Browse files Browse the repository at this point in the history
Fix kconfig dependency warning:

warning: (KVM) selects TASK_DELAY_ACCT which has unmet direct dependencies (TASKSTATS)

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Avi Kivity <avi@redhat.com>
  • Loading branch information
Randy Dunlap authored and Avi Kivity committed Jul 27, 2011
1 parent b6844e8 commit fd079fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ config KVM
select KVM_ASYNC_PF
select USER_RETURN_NOTIFIER
select KVM_MMIO
select TASKSTATS
select TASK_DELAY_ACCT
---help---
Support hosting fully virtualized guest machines using hardware
Expand Down

0 comments on commit fd079fa

Please sign in to comment.