Re: [Xen-devel] [PATCH v7 23/28] build: convert HAS_EHCI use to Kconfig

2015-12-14 Thread Jan Beulich
>>> On 10.12.15 at 17:48, wrote: > +# USB EHCI debug port support > +config HAS_EHCI > + bool > + depends on X86 As said before, dependencies on prompt-less options are bogus and potentially confusing (and really wrong here - there's nothing precluding ARM to also use that code as soon as

[Xen-devel] [PATCH v7 23/28] build: convert HAS_EHCI use to Kconfig

2015-12-10 Thread Doug Goldstein
Use the Kconfig generated CONFIG_HAS_EHCI defines in the code base. CC: Keir Fraser CC: Jan Beulich CC: Andrew Cooper Signed-off-by: Doug Goldstein --- xen/arch/x86/Kconfig | 1 + xen/arch/x86/Rules.mk | 1 - xen/drivers/char/Kconfig | 8 xen/drivers/char/Makefile | 2 +- 4