projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55924ba
)
xen:Kconfig: Make SCIF built by default for ARM
author
Andrii Anisov
<andrii_anisov@epam.com>
Tue, 18 Jul 2017 16:45:30 +0000
(19:45 +0300)
committer
Wei 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
patch
|
blob
|
history
diff --git
a/xen/drivers/char/Kconfig
b/xen/drivers/char/Kconfig
index 51343d0d925128b673dfa8f3f8646599bf5470ac..fb53dd804fff855c8ac0ad1c54fc235344604dc2 100644
(file)
--- a/
xen/drivers/char/Kconfig
+++ b/
xen/drivers/char/Kconfig
@@
-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