summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-13 12:44:36 +0900
committerSimon Glass <sjg@chromium.org>2015-01-29 17:09:49 -0700
commit26f820f3f149ffb2577592eae50d2bdb04e5203f (patch)
tree0bf872932134c6085ab82511a775454c728673ce /drivers/i2c/Kconfig
parentb6036bcd2ac27b3497ec16a63456eb4ed2b23e9f (diff)
downloadtalos-obmc-uboot-26f820f3f149ffb2577592eae50d2bdb04e5203f.tar.gz
talos-obmc-uboot-26f820f3f149ffb2577592eae50d2bdb04e5203f.zip
i2c: UniPhier: add driver for UniPhier i2c controller
This commit adds on-chip I2C driver used on some old Panasonic UniPhier SoCs. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'drivers/i2c/Kconfig')
-rw-r--r--drivers/i2c/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 96715d0eed..6a479efd7c 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -4,3 +4,11 @@ config DM_I2C
help
If you want to use driver model for I2C drivers, say Y.
To use legacy I2C drivers, say N.
+
+config SYS_I2C_UNIPHIER
+ bool "UniPhier I2C driver"
+ 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.
OpenPOWER on IntegriCloud