Commit f524707b authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Andi Shyti
Browse files

i2c: I2C_BRCMSTB should not default to y when compile-testing

parent 4d51ac5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -503,7 +503,7 @@ config I2C_BRCMSTB
	tristate "BRCM Settop/DSL I2C controller"
	depends on ARCH_BCM2835 || ARCH_BCMBCA || ARCH_BRCMSTB || \
		   BMIPS_GENERIC || COMPILE_TEST
	default y
	default ARCH_BCM2835 || ARCH_BCMBCA || ARCH_BRCMSTB || BMIPS_GENERIC
	help
	  If you say yes to this option, support will be included for the
	  I2C interface on the Broadcom Settop/DSL SoCs.