Skip to content

Commit 12cb084

Browse files
pcercueiWolfram Sang
authored andcommitted
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>
1 parent c1fee0c commit 12cb084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/busses/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ config I2C_IOP3XX
692692

693693
config I2C_JZ4780
694694
tristate "JZ4780 I2C controller interface support"
695-
depends on MACH_JZ4780 || COMPILE_TEST
695+
depends on MIPS || COMPILE_TEST
696696
help
697697
If you say yes to this option, support will be included for the
698698
Ingenic JZ4780 I2C controller.

0 commit comments

Comments
 (0)