Skip to content

Commit

Permalink
i2c: brcmstb: Make the driver buildable on BMIPS_GENERIC
Browse files Browse the repository at this point in the history
The BCM7xxx ARM and MIPS based SoCs share a similar I2C hardware block.

Signed-off-by: Jaedon Shin <[email protected]>
Acked-by: Florian Fainelli <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
  • Loading branch information
jaedon authored and Wolfram Sang committed Jul 15, 2016
1 parent 55d38d0 commit bcf358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcf358a

Please sign in to comment.