]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/i2c/busses/Kconfig
Add Chris Boot's i2c driver
[mirror_ubuntu-zesty-kernel.git] / drivers / i2c / busses / Kconfig
index f2dea4e8edb2eb68d5ca1cbf33061a315f8488e1..e783bd7aa72c4a3f32e31d4cb9d361dcfb5198cf 100644 (file)
@@ -8,6 +8,25 @@ menu "I2C Hardware Bus support"
 comment "PC SMBus host controller drivers"
        depends on PCI
 
+config I2C_BCM2708
+       tristate "BCM2708 BSC"
+       depends on ARCH_BCM2835
+       help
+         Enabling this option will add BSC (Broadcom Serial Controller)
+         support for the BCM2708. BSC is a Broadcom proprietary bus compatible
+         with I2C/TWI/SMBus.
+
+config I2C_BCM2708_BAUDRATE
+       prompt "BCM2708 I2C baudrate"
+       depends on I2C_BCM2708
+       int
+       default 100000
+       help
+         Set the I2C baudrate. This will alter the default value. A
+         different baudrate can be set by using a module parameter as well. If
+         no parameter is provided when loading, this is the value that will be
+         used.
+
 config I2C_ALI1535
        tristate "ALI 1535"
        depends on PCI