Use the Kconfig generated CONFIG_HAS_EHCI defines in the code base.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
def_bool y
select HAS_ACPI
select HAS_CPUFREQ
+ select HAS_EHCI
select HAS_GDBSX
select HAS_IOPORTS
select HAS_KEXEC
# x86-specific definitions
HAS_NUMA := y
-HAS_EHCI := y
HAS_CORE_PARKING := y
xenoprof := y
help
This selects the SuperH SCI(F) UART. If you have a SuperH based board,
say Y.
+
+# USB EHCI debug port support
+config HAS_EHCI
+ bool
+ help
+ This selects the USB based EHCI debug port to be used as a UART. If
+ you have an x86 based system with USB, say Y.
obj-$(CONFIG_HAS_EXYNOS4210) += exynos4210-uart.o
obj-$(CONFIG_HAS_OMAP) += omap-uart.o
obj-$(CONFIG_HAS_SCIF) += scif-uart.o
-obj-$(HAS_EHCI) += ehci-dbgp.o
+obj-$(CONFIG_HAS_EHCI) += ehci-dbgp.o
obj-$(CONFIG_ARM) += dt-uart.o
obj-y += serial.o