summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorPaul Cercueil2019-05-22 19:05:16 +0200
committerWolfram Sang2019-05-27 21:35:04 +0200
commit12cb084d0dd87c36db88a2c659e4083fed0ab571 (patch)
treeeb245f01d9564a12b6f67034a5ca6917cb76790e /drivers/i2c/busses/Kconfig
parenti2c: meson: update with SPDX Licence identifier (diff)
downloadkernel-qcow2-linux-12cb084d0dd87c36db88a2c659e4083fed0ab571.tar.gz
kernel-qcow2-linux-12cb084d0dd87c36db88a2c659e4083fed0ab571.tar.xz
kernel-qcow2-linux-12cb084d0dd87c36db88a2c659e4083fed0ab571.zip
i2c: jz4780: Drop dependency on MACH_JZ4780
Depending on MACH_JZ4780 prevent us from creating a generic kernel that works on more than one MIPS board. Instead, we just depend on MIPS being set. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-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 3b7055148044..0621f3f59213 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -692,7 +692,7 @@ config I2C_IOP3XX
config I2C_JZ4780
tristate "JZ4780 I2C controller interface support"
- depends on MACH_JZ4780 || COMPILE_TEST
+ depends on MIPS || COMPILE_TEST
help
If you say yes to this option, support will be included for the
Ingenic JZ4780 I2C controller.