diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-05-29 17:30:01 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-05-31 02:55:30 +0900 |
commit | b6ef3a3f04b96336f1f4b519d62c12aad1f9f7b8 (patch) | |
tree | a9c1c2aab36998f7a04062e9f3ed63faeade983d /drivers/serial/Kconfig | |
parent | f6e7f07c17bdf4c9c4c03375dc913b77c39dbe1d (diff) | |
download | u-boot-imx-b6ef3a3f04b96336f1f4b519d62c12aad1f9f7b8.zip u-boot-imx-b6ef3a3f04b96336f1f4b519d62c12aad1f9f7b8.tar.gz u-boot-imx-b6ef3a3f04b96336f1f4b519d62c12aad1f9f7b8.tar.bz2 |
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
The business for UniPhier Soc family has been transferred from
Panasonic Corporation to Socionext Inc.
Update the SoC select menu in Kconfig.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 54e6f26..5611fac 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -77,7 +77,8 @@ config DEBUG_UART_SHIFT registers, 2=32-bit word registers, etc. config UNIPHIER_SERIAL - bool "UniPhier on-chip UART support" + bool "Support for UniPhier on-chip UART" depends on ARCH_UNIPHIER && DM_SERIAL help - Support for the on-chip UARTs on the Panasonic UniPhier platform. + 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. |