Skip to content

Commit f524707

Browse files
geertuAndi Shyti
authored andcommitted
i2c: I2C_BRCMSTB should not default to y when compile-testing
Merely enabling compile-testing should not enable additional functionality. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Florian Fainelli <florian.fainelli@broadcom.com> Link: https://lore.kernel.org/r/36b2923241f285595f43bb9565da352fd366c63e.1733242595.git.geert+renesas@glider.be Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
1 parent 4d51ac5 commit f524707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/i2c/busses/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ config I2C_BRCMSTB
503503
tristate "BRCM Settop/DSL I2C controller"
504504
depends on ARCH_BCM2835 || ARCH_BCMBCA || ARCH_BRCMSTB || \
505505
BMIPS_GENERIC || COMPILE_TEST
506-
default y
506+
default ARCH_BCM2835 || ARCH_BCMBCA || ARCH_BRCMSTB || BMIPS_GENERIC
507507
help
508508
If you say yes to this option, support will be included for the
509509
I2C interface on the Broadcom Settop/DSL SoCs.

0 commit comments

Comments
 (0)