diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2016-07-14 23:45:08 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-07-15 02:00:01 -0400 |
commit | bcf358aa57742db3bf0d66df8418fc99975a4361 (patch) | |
tree | f62bf094d72d38cb81a1ec000b159496b41f8c6d | |
parent | 55d38d060e999ca1a3ea6eb132105a0301e4cd04 (diff) |
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>
-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 | |||
398 | 398 | ||
399 | config I2C_BRCMSTB | 399 | config I2C_BRCMSTB |
400 | tristate "BRCM Settop I2C controller" | 400 | tristate "BRCM Settop I2C controller" |
401 | depends on ARCH_BRCMSTB || COMPILE_TEST | 401 | depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST |
402 | default y | 402 | default y |
403 | help | 403 | help |
404 | If you say yes to this option, support will be included for the | 404 | If you say yes to this option, support will be included for the |