On Thu, Oct 26, 2017 at 11:08:21AM +0100, Roger Pau Monné wrote:
> On Thu, Oct 26, 2017 at 11:03:13AM +0100, Wei Liu wrote:
> > On Thu, Oct 26, 2017 at 10:19:35AM +0100, Roger Pau Monne wrote:
> > >  config GCOV
> > >   bool "Gcov Support"
> > >   depends on !LIVEPATCH
> > 
> > && !LLVM_COVERAGE
> 
> That was my idea, but sadly that's not possible because you generate a
> circular dependency. The best solution that I found is to only mark
> one as exclusive (ie: have depends !GCOV in the LLVM_COVERAGE option
> below).
> 

In that case, why not just use "choice" to let user pick the
implementation?

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to