Commit d0aee048 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Wolfram Sang

i2c: brcmstb: allow compiling on BCM4908

BCM4908 SoCs use the same I2C hardware block as STB and BCM63xx devices.
Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent ea01b71b
...@@ -477,8 +477,8 @@ config I2C_BCM_KONA ...@@ -477,8 +477,8 @@ config I2C_BCM_KONA
config I2C_BRCMSTB config I2C_BRCMSTB
tristate "BRCM Settop/DSL I2C controller" tristate "BRCM Settop/DSL I2C controller"
depends on ARCH_BCM2835 || ARCH_BRCMSTB || BMIPS_GENERIC || \ depends on ARCH_BCM2835 || ARCH_BCM4908 || ARCH_BCM_63XX || \
ARCH_BCM_63XX || COMPILE_TEST 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