Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c-bfin-twi: Update the dependencies

Since only a few Blackfins lack TWI, just list them in a depends
statement.

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>

authored by

Mike Frysinger and committed by
Jean Delvare
4d2bee58 20a9b6e7

+2 -3
+2 -3
drivers/i2c/busses/Kconfig
··· 101 101 config I2C_BLACKFIN_TWI 102 102 tristate "Blackfin TWI I2C support" 103 103 depends on BLACKFIN 104 + depends on !BF561 && !BF531 && !BF532 && !BF533 104 105 help 105 - This is the TWI I2C device driver for Blackfin BF522, BF525, 106 - BF527, BF534, BF536, BF537 and BF54x. For other Blackfin processors, 107 - please don't use this driver. 106 + This is the I2C bus driver for Blackfin on-chip TWI interface. 108 107 109 108 This driver can also be built as a module. If so, the module 110 109 will be called i2c-bfin-twi.