Use the Kconfig generated CONFIG_HAS_SCIF defines in the code base.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
# Explicitly specifiy 32-bit ARM ISA since toolchain default can be -mthumb:
CFLAGS += -marm
-HAS_SCIF := y
HAS_MEM_ACCESS := y
# Use only if calling $(LD) directly.
help
This selects the Texas Instruments OMAP UART. If you have a Texas
Instruments based CPU, say Y.
+
+# SuperH SCI(F) UART support
+config HAS_SCIF
+ bool
+ default y
+ depends on ARM_32
+ help
+ This selects the SuperH SCI(F) UART. If you have a SuperH based board,
+ say Y.
obj-$(CONFIG_HAS_PL011) += pl011.o
obj-$(CONFIG_HAS_EXYNOS4210) += exynos4210-uart.o
obj-$(CONFIG_HAS_OMAP) += omap-uart.o
-obj-$(HAS_SCIF) += scif-uart.o
+obj-$(CONFIG_HAS_SCIF) += scif-uart.o
obj-$(HAS_EHCI) += ehci-dbgp.o
obj-$(CONFIG_ARM) += dt-uart.o
obj-y += serial.o