Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 99d54565 authored by William Zhang's avatar William Zhang Committed by Florian Fainelli
Browse files

i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA


Prepare for the BCM63138 ARCH_BCM_63XX migration to ARCH_BCMBCA. Make
I2C_BRCMSTB depending on ARCH_BCMBCA.

Signed-off-by: default avatarWilliam Zhang <william.zhang@broadcom.com>
Acked-by: default avatarWolfram Sang <wsa@kernel.org>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent c4d2c775
Branches
Tags
No related merge requests found
......@@ -486,7 +486,7 @@ config I2C_BCM_KONA
config I2C_BRCMSTB
tristate "BRCM Settop/DSL I2C controller"
depends on ARCH_BCM2835 || ARCH_BCM4908 || ARCH_BCM_63XX || \
depends on ARCH_BCM2835 || ARCH_BCM4908 || ARCH_BCMBCA || \
ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
default y
help
......
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