]> xenbits.xensource.com Git - xen.git/commitdiff
xen:Kconfig: Make SCIF built by default for ARM
authorAndrii Anisov <andrii_anisov@epam.com>
Tue, 18 Jul 2017 16:45:30 +0000 (19:45 +0300)
committerWei Liu <wei.liu2@citrix.com>
Tue, 25 Jul 2017 09:19:43 +0000 (10:19 +0100)
Both Renesas R-Car Gen2(ARM32) and Gen3(ARM64) are utilizing SCIF IP,
so make its serial driver built by default for ARM.

Signed-off-by: Andrii Anisov <andrii_anisov@epam.com>
Acked-by: Julien Grall <julien.grall@arm.com>
xen/drivers/char/Kconfig

index 51343d0d925128b673dfa8f3f8646599bf5470ac..fb53dd804fff855c8ac0ad1c54fc235344604dc2 100644 (file)
@@ -39,10 +39,10 @@ config HAS_OMAP
 config HAS_SCIF
        bool
        default y
-       depends on ARM_32
+       depends on ARM
        help
          This selects the SuperH SCI(F) UART. If you have a SuperH based board,
-         say Y.
+         or Renesas R-Car Gen 2/3 based board say Y.
 
 config HAS_EHCI
        bool