diff options
author | Masahiro Yamada | 2015-05-29 17:30:01 +0900 |
---|---|---|
committer | Masahiro Yamada | 2015-05-31 02:55:30 +0900 |
commit | b6ef3a3f04b96336f1f4b519d62c12aad1f9f7b8 (patch) | |
tree | a9c1c2aab36998f7a04062e9f3ed63faeade983d /arch/arm/Kconfig | |
parent | f6e7f07c17bdf4c9c4c03375dc913b77c39dbe1d (diff) |
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 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b62842f3dc8..2985e6e0659 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -786,7 +786,7 @@ config TARGET_JORNADA select CPU_SA1100 config ARCH_UNIPHIER - bool "Panasonic UniPhier platform" + bool "Socionext UniPhier SoCs" select CPU_V7 select SUPPORT_SPL select SPL @@ -794,6 +794,9 @@ config ARCH_UNIPHIER select DM select DM_SERIAL select DM_I2C + help + Support for UniPhier SoC family developed by Socionext Inc. + (formerly, System LSI Business Division of Panasonic Corporation) config TARGET_STM32F429_DISCOVERY bool "Support STM32F429 Discovery" |