]> git.ipfire.org Git - people/ms/u-boot.git/blame - drivers/i2c/Kconfig
i2c: UniPhier: add driver for UniPhier i2c controller
[people/ms/u-boot.git] / drivers / i2c / Kconfig
CommitLineData
b6036bcd
MY
1config 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.
26f820f3
MY
7
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.