summaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-25 19:00:37 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-28 13:11:35 +0900
commit85dc2fe119657b1e02ff88345dced4f37e4bd174 (patch)
treeee3e604b170e4a8b00154eb239dad185932b90da /drivers/serial
parentf0633533d55a0b488d14a08d6625785fe09f42c1 (diff)
ARM: uniphier: change UNIPHIER_SERIAL to default y option
This is very likely to be necessary for normal use cases. Set its default to 'y' for shorter defconfig files. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 9ff7234d61..ab5df70bfc 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -344,6 +344,7 @@ config SANDBOX_SERIAL
config UNIPHIER_SERIAL
bool "Support for UniPhier on-chip UART"
depends on ARCH_UNIPHIER
+ default y
help
If you have a UniPhier based board and want to use the on-chip
serial ports, say Y to this option. If unsure, say N.