blob: 6a479efd7c6fb850950e3c045e92497f3cfa088f [file] [log] [blame]
Masahiro Yamadab6036bc2015-01-13 12:44:35 +09001config DM_I2C
2 bool "Enable Driver Model for I2C drivers"
3 depends on DM
4 help
5 If you want to use driver model for I2C drivers, say Y.
6 To use legacy I2C drivers, say N.
Masahiro Yamada26f820f2015-01-13 12:44:36 +09007
8config SYS_I2C_UNIPHIER
9 bool "UniPhier I2C driver"
10 depends on ARCH_UNIPHIER && DM_I2C
11 default y
12 help
13 Support for Panasonic UniPhier I2C controller driver. This I2C
14 controller is used on PH1-LD4, PH1-sLD8 or older UniPhier SoCs.