Skip to content
Snippets Groups Projects
Commit b6ef3a3f authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent f6e7f07c
No related branches found
No related tags found
No related merge requests found
...@@ -786,7 +786,7 @@ config TARGET_JORNADA ...@@ -786,7 +786,7 @@ config TARGET_JORNADA
select CPU_SA1100 select CPU_SA1100
config ARCH_UNIPHIER config ARCH_UNIPHIER
bool "Panasonic UniPhier platform" bool "Socionext UniPhier SoCs"
select CPU_V7 select CPU_V7
select SUPPORT_SPL select SUPPORT_SPL
select SPL select SPL
...@@ -794,6 +794,9 @@ config ARCH_UNIPHIER ...@@ -794,6 +794,9 @@ config ARCH_UNIPHIER
select DM select DM
select DM_SERIAL select DM_SERIAL
select DM_I2C 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 config TARGET_STM32F429_DISCOVERY
bool "Support STM32F429 Discovery" bool "Support STM32F429 Discovery"
......
menu "Panasonic UniPhier platform" if ARCH_UNIPHIER
depends on ARCH_UNIPHIER
config SYS_CONFIG_NAME config SYS_CONFIG_NAME
default "uniphier" default "uniphier"
...@@ -78,4 +77,4 @@ config DDR_FREQ ...@@ -78,4 +77,4 @@ config DDR_FREQ
default 1333 if DDR_FREQ_1333 default 1333 if DDR_FREQ_1333
default 1600 if DDR_FREQ_1600 default 1600 if DDR_FREQ_1600
endmenu endif
...@@ -63,13 +63,13 @@ config SYS_I2C_UNIPHIER ...@@ -63,13 +63,13 @@ config SYS_I2C_UNIPHIER
depends on ARCH_UNIPHIER && DM_I2C depends on ARCH_UNIPHIER && DM_I2C
default y default y
help help
Support for Panasonic UniPhier I2C controller driver. This I2C Support for UniPhier I2C controller driver. This I2C controller
controller is used on PH1-LD4, PH1-sLD8 or older UniPhier SoCs. is used on PH1-LD4, PH1-sLD8 or older UniPhier SoCs.
config SYS_I2C_UNIPHIER_F config SYS_I2C_UNIPHIER_F
bool "UniPhier FIFO-builtin I2C driver" bool "UniPhier FIFO-builtin I2C driver"
depends on ARCH_UNIPHIER && DM_I2C depends on ARCH_UNIPHIER && DM_I2C
default y default y
help help
Support for Panasonic UniPhier FIFO-builtin I2C controller driver. Support for UniPhier FIFO-builtin I2C controller driver.
This I2C controller is used on PH1-Pro4 or newer UniPhier SoCs. This I2C controller is used on PH1-Pro4 or newer UniPhier SoCs.
...@@ -77,7 +77,8 @@ config DEBUG_UART_SHIFT ...@@ -77,7 +77,8 @@ config DEBUG_UART_SHIFT
registers, 2=32-bit word registers, etc. registers, 2=32-bit word registers, etc.
config UNIPHIER_SERIAL config UNIPHIER_SERIAL
bool "UniPhier on-chip UART support" bool "Support for UniPhier on-chip UART"
depends on ARCH_UNIPHIER && DM_SERIAL depends on ARCH_UNIPHIER && DM_SERIAL
help 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.
...@@ -18,12 +18,11 @@ config USB_XHCI ...@@ -18,12 +18,11 @@ config USB_XHCI
if USB_XHCI_HCD if USB_XHCI_HCD
config USB_XHCI_UNIPHIER config USB_XHCI_UNIPHIER
bool "Support for Panasonic UniPhier on-chip xHCI USB controller" bool "Support for UniPhier on-chip xHCI USB controller"
depends on ARCH_UNIPHIER depends on ARCH_UNIPHIER
default y default y
---help--- ---help---
Enables support for the on-chip xHCI controller on Panasonic Enables support for the on-chip xHCI controller on UniPhier SoCs.
UniPhier SoCs.
endif endif
...@@ -54,11 +53,10 @@ config USB_EHCI ...@@ -54,11 +53,10 @@ config USB_EHCI
if USB_EHCI_HCD if USB_EHCI_HCD
config USB_EHCI_UNIPHIER config USB_EHCI_UNIPHIER
bool "Support for Panasonic UniPhier on-chip EHCI USB controller" bool "Support for UniPhier on-chip EHCI USB controller"
depends on ARCH_UNIPHIER && OF_CONTROL depends on ARCH_UNIPHIER && OF_CONTROL
default y default y
---help--- ---help---
Enables support for the on-chip EHCI controller on Panasonic Enables support for the on-chip EHCI controller on UniPhier SoCs.
UniPhier SoCs.
endif endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment