diff options
author | Kamal Dasu <kdasu.kdev@gmail.com> | 2019-05-10 00:04:36 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-05-27 22:26:02 +0300 |
commit | 80e406865b8ca22c4dadb1357e4bcbcc8fe9d57f (patch) | |
tree | 9a16f45c6d1eb9eb2af699b68cebd8bd71e9ba7c /drivers/i2c | |
parent | c245d94ed106c4ebb8a4bc1d08b78e3c39c38afb (diff) | |
download | linux-80e406865b8ca22c4dadb1357e4bcbcc8fe9d57f.tar.xz |
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 <kdasu.kdev@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index ee5dfb5aee2a..3b7055148044 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. |