]> rtime.felk.cvut.cz Git - linux-imx.git/commit
MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATION
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 11 Jun 2013 09:02:33 +0000 (09:02 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 19 Jul 2013 10:45:57 +0000 (12:45 +0200)
commitf1b7001903dd5a80bdc9f777d2a741ccfd22ed4e
tree83d36cfe72b9bbb29b2444752fd1d59ef27e16ed
parentab2bb148c5932712d2717a7f3a452846f07a660a
MIPS: kvm: Kconfig: Drop HAVE_KVM dependency from VIRTUALIZATION

Virtualization does not always need KVM capabilities so drop the
dependency. The KVM symbol already depends on HAVE_KVM.

Fixes the following problem on a randconfig:
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct
dependencies (HAVE_KVM)
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet
direct dependencies (HAVE_KVM)

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Acked-by: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5443/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kvm/Kconfig