diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2016-07-15 06:45:08 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-07-15 09:00:01 +0300 |
commit | bcf358aa57742db3bf0d66df8418fc99975a4361 (patch) | |
tree | f62bf094d72d38cb81a1ec000b159496b41f8c6d /drivers/i2c | |
parent | 55d38d060e999ca1a3ea6eb132105a0301e4cd04 (diff) | |
download | linux-bcf358aa57742db3bf0d66df8418fc99975a4361.tar.xz |
i2c: brcmstb: Make the driver buildable on BMIPS_GENERIC
The BCM7xxx ARM and MIPS based SoCs share a similar I2C hardware block.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
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 2f0fd11b8057..5c3993b26129 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -398,7 +398,7 @@ config I2C_BCM_KONA config I2C_BRCMSTB tristate "BRCM Settop I2C controller" - depends on ARCH_BRCMSTB || COMPILE_TEST + depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST default y help If you say yes to this option, support will be included for the |