summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-05-29 17:30:01 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-05-31 02:55:30 +0900
commitb6ef3a3f04b96336f1f4b519d62c12aad1f9f7b8 (patch)
treea9c1c2aab36998f7a04062e9f3ed63faeade983d /drivers/i2c
parentf6e7f07c17bdf4c9c4c03375dc913b77c39dbe1d (diff)
downloadtalos-obmc-uboot-b6ef3a3f04b96336f1f4b519d62c12aad1f9f7b8.tar.gz
talos-obmc-uboot-b6ef3a3f04b96336f1f4b519d62c12aad1f9f7b8.zip
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/i2c')
-rw-r--r--drivers/i2c/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index ba43019ab9..86fb36b5d4 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -63,13 +63,13 @@ 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.
OpenPOWER on IntegriCloud