Re: [PATCH] drivers: Select dependencies for the VIRTUALIZATION symbol

2013-06-09 Thread Markos Chandras
On 9 June 2013 00:40, Randy Dunlap wrote: > On 06/07/13 04:23, Markos Chandras wrote: >> The VIRTUALIZATION symbol depends on HAVE_KVM but CONFIG_REMOTEPROC >> and CONFIG_RPMSG do not select HAVE_KVM leading to the following >> warning and build problems later on: >> >> warning: (REMOTEPROC && RPM

Re: [PATCH] drivers: Select dependencies for the VIRTUALIZATION symbol

2013-06-08 Thread Randy Dunlap
On 06/07/13 04:23, Markos Chandras wrote: > The VIRTUALIZATION symbol depends on HAVE_KVM but CONFIG_REMOTEPROC > and CONFIG_RPMSG do not select HAVE_KVM leading to the following > warning and build problems later on: > > warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet > dire

[PATCH] drivers: Select dependencies for the VIRTUALIZATION symbol

2013-06-07 Thread Markos Chandras
The VIRTUALIZATION symbol depends on HAVE_KVM but CONFIG_REMOTEPROC and CONFIG_RPMSG do not select HAVE_KVM leading to the following warning and build problems later on: warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (HAVE_KVM) warning: (REMOTEPROC && RPM