diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-25 19:00:37 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-28 13:11:35 +0900 |
commit | 85dc2fe119657b1e02ff88345dced4f37e4bd174 (patch) | |
tree | ee3e604b170e4a8b00154eb239dad185932b90da /drivers | |
parent | f0633533d55a0b488d14a08d6625785fe09f42c1 (diff) | |
download | u-boot-85dc2fe119657b1e02ff88345dced4f37e4bd174.tar.gz |
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')
-rw-r--r-- | drivers/serial/Kconfig | 1 |
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. |