From: Kamal Dasu Date: Thu, 9 May 2019 21:04:36 +0000 (-0700) Subject: i2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTB X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=80e406865b8ca22c4dadb1357e4bcbcc8fe9d57f;p=linux.git i2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTB ARCH_BRCMSTB platforms have the BCM2835 I2C controllers, allow selecting the i2c-bcm2835 driver on such platforms. Signed-off-by: Kamal Dasu Signed-off-by: Florian Fainelli Reviewed-by: Jean Delvare Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index ee5dfb5aee2ac..3b7055148044a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -436,7 +436,7 @@ config I2C_AXXIA config I2C_BCM2835 tristate "Broadcom BCM2835 I2C controller" - depends on ARCH_BCM2835 + depends on ARCH_BCM2835 || ARCH_BRCMSTB help If you say yes to this option, support will be included for the BCM2835 I2C controller.