Commit 80e40686 authored by Kamal Dasu's avatar Kamal Dasu Committed by Wolfram Sang
Browse files

i2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTB



ARCH_BRCMSTB platforms have the BCM2835 I2C controllers, allow
selecting the i2c-bcm2835 driver on such platforms.

Signed-off-by: default avatarKamal Dasu <kdasu.kdev@gmail.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Reviewed-by: default avatarJean Delvare <jdelvare@suse.de>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent c245d94e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -436,7 +436,7 @@ config I2C_AXXIA

config I2C_BCM2835
	tristate "Broadcom BCM2835 I2C controller"
	depends on ARCH_BCM2835
	depends on ARCH_BCM2835 || ARCH_BRCMSTB
	help
	  If you say yes to this option, support will be included for the
	  BCM2835 I2C controller.