>>> 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
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