Commit bcf358aa authored by Jaedon Shin's avatar Jaedon Shin Committed by Wolfram Sang

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: default avatarJaedon Shin <jaedon.shin@gmail.com>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 55d38d06
...@@ -398,7 +398,7 @@ config I2C_BCM_KONA ...@@ -398,7 +398,7 @@ config I2C_BCM_KONA
config I2C_BRCMSTB config I2C_BRCMSTB
tristate "BRCM Settop I2C controller" tristate "BRCM Settop I2C controller"
depends on ARCH_BRCMSTB || COMPILE_TEST depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
default y default y
help help
If you say yes to this option, support will be included for the If you say yes to this option, support will be included for the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment