diff options
| author | Vignesh R <vigneshr@ti.com> | 2018-11-09 06:14:11 -0500 |
|---|---|---|
| committer | Wolfram Sang <wsa@the-dreams.de> | 2018-11-09 11:25:29 -0500 |
| commit | 5b277402deac0691226a947df71c581686bd4020 (patch) | |
| tree | 8e39e0c1184c2ab8036cda3190ea4378a954359d /drivers/i2c | |
| parent | ab214c48387aaaadcf8246b4b00d8b78286fde1b (diff) | |
i2c: omap: Enable for ARCH_K3
Allow I2C_OMAP to be built for K3 platforms.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
| -rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 56ccb1ea7da5..77dc94b44011 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
| @@ -752,7 +752,7 @@ config I2C_OCORES | |||
| 752 | 752 | ||
| 753 | config I2C_OMAP | 753 | config I2C_OMAP |
| 754 | tristate "OMAP I2C adapter" | 754 | tristate "OMAP I2C adapter" |
| 755 | depends on ARCH_OMAP | 755 | depends on ARCH_OMAP || ARCH_K3 |
| 756 | default y if MACH_OMAP_H3 || MACH_OMAP_OSK | 756 | default y if MACH_OMAP_H3 || MACH_OMAP_OSK |
| 757 | help | 757 | help |
| 758 | If you say yes to this option, support will be included for the | 758 | If you say yes to this option, support will be included for the |
