summaryrefslogtreecommitdiff
path: root/drivers/i2c
diff options
context:
space:
mode:
authorGao Pan <pandy.gao@nxp.com>2017-05-25 20:27:16 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit458c8e9d8739dc86361e8c3120c5343520386743 (patch)
treef02dd538314e68492de4664e04dc38b2d9b54c12 /drivers/i2c
parente0e0d6898d265d91526e5bae307c24e5ce808d12 (diff)
MLK-14981-2 Kconfig: add lpi2c driver dependency for ARM64
add lpi2c driver dependency for ARM64 Signed-off-by: Gao Pan <pandy.gao@nxp.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 7cff9ecb4f6d..86d173040a39 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -599,7 +599,7 @@ config I2C_IMX
config I2C_IMX_LPI2C
tristate "IMX Low Power I2C interface"
- depends on ARCH_MXC || COMPILE_TEST
+ depends on ARCH_MXC || COMPILE_TEST || ARCH_MXC_ARM64
help
Say Y here if you want to use the Low Power IIC bus controller
on the Freescale i.MX processors.