Masahiro Yamada | b6036bc | 2015-01-13 12:44:35 +0900 | [diff] [blame] | 1 | config 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 Yamada | 26f820f | 2015-01-13 12:44:36 +0900 | [diff] [blame^] | 7 | |
| 8 | config 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. |