]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 29 May 2015 08:30:01 +0000 (17:30 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:19 +0000 (22:47 +0200)
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>
arch/arm/Kconfig
arch/arm/mach-uniphier/Kconfig
drivers/i2c/Kconfig
drivers/serial/Kconfig
drivers/usb/host/Kconfig

index 2c421e1f5c8452983bdc08343bc8359814c129da..3a53da9a752555150b4f07d2cff653aad13648fb 100644 (file)
@@ -869,7 +869,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
@@ -877,6 +877,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"
index 2d27c49673bb14fcf5f4508ccefa56bd56c415d2..73b867668ee6e8acbc38dd74cf18c42078e86ef1 100644 (file)
@@ -1,5 +1,4 @@
-menu "Panasonic UniPhier platform"
-       depends on ARCH_UNIPHIER
+if ARCH_UNIPHIER
 
 config SYS_CONFIG_NAME
        default "uniphier"
@@ -78,4 +77,4 @@ config DDR_FREQ
        default 1333 if DDR_FREQ_1333
        default 1600 if DDR_FREQ_1600
 
-endmenu
+endif
index 378473c40ec79cd9874a20b7f27b205c286c907f..541ecc8c5df92bf2aa172cc9a8013393db58690d 100644 (file)
@@ -63,15 +63,15 @@ config SYS_I2C_UNIPHIER
        depends on ARCH_UNIPHIER && DM_I2C
        default y
        help
-         Support for Panasonic UniPhier I2C controller driver.  This I2C
-         controller is used on PH1-LD4, PH1-sLD8 or older UniPhier SoCs.
+         Support for UniPhier I2C controller driver.  This I2C controller
+         is used on PH1-LD4, PH1-sLD8 or older UniPhier SoCs.
 
 config SYS_I2C_UNIPHIER_F
        bool "UniPhier FIFO-builtin I2C driver"
        depends on ARCH_UNIPHIER && DM_I2C
        default y
        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.
 menuconfig SYS_I2C
        bool "I2C device support"
index 54e6f26d38d00a9a5b6781148f9fc1cd2d03b4b2..5611fac0dc46793bfc23f08573eddb89a7ce2a91 100644 (file)
@@ -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.
index 24a595fb42619aa3eced61402d14e4eb3c5d20b2..8705c7c44c2742c5d2dc0190deec46177fdc18e2 100644 (file)
@@ -18,12 +18,11 @@ config USB_XHCI
 if USB_XHCI_HCD
 
 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
        default y
        ---help---
-         Enables support for the on-chip xHCI controller on Panasonic
-         UniPhier SoCs.
+         Enables support for the on-chip xHCI controller on UniPhier SoCs.
 
 endif
 
@@ -54,11 +53,10 @@ config USB_EHCI
 if USB_EHCI_HCD
 
 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
        default y
        ---help---
-         Enables support for the on-chip EHCI controller on Panasonic
-         UniPhier SoCs.
+         Enables support for the on-chip EHCI controller on UniPhier SoCs.
 
 endif