diff options
author | Bryan Wu <bryan.wu@analog.com> | 2007-05-01 17:26:32 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-01 17:26:32 -0400 |
commit | d24ecfcc3953f9c3b833508cd839be614a3f3c64 (patch) | |
tree | 9f2d66e87fa295166fad628b694858f8e318a2a7 /drivers/i2c/busses/Kconfig | |
parent | 6edac5803fb66f514d454d8e45595a170f04ea0e (diff) |
i2c: Blackfin Two Wire Interface driver
The i2c linux driver for blackfin architecture which supports blackfin
on-chip TWI controller i2c operation.
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Reviewed-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index d7e6cbb9cbef..62b9363dd40e 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -91,6 +91,22 @@ config I2C_AU1550 | |||
91 | This driver can also be built as a module. If so, the module | 91 | This driver can also be built as a module. If so, the module |
92 | will be called i2c-au1550. | 92 | will be called i2c-au1550. |
93 | 93 | ||
94 | config I2C_BLACKFIN_TWI | ||
95 | tristate "Blackfin TWI I2C support" | ||
96 | depends on I2C && (BF534 || BF536 || BF537) | ||
97 | help | ||
98 | This is the TWI I2C device driver for Blackfin 534/536/537. | ||
99 | This driver can also be built as a module. If so, the module | ||
100 | will be called i2c-bfin-twi. | ||
101 | |||
102 | config I2C_BLACKFIN_TWI_CLK_KHZ | ||
103 | int "Blackfin TWI I2C clock (kHz)" | ||
104 | depends on I2C_BLACKFIN_TWI | ||
105 | range 10 400 | ||
106 | default 50 | ||
107 | help | ||
108 | The unit of the TWI clock is kHz. | ||
109 | |||
94 | config I2C_ELEKTOR | 110 | config I2C_ELEKTOR |
95 | tristate "Elektor ISA card" | 111 | tristate "Elektor ISA card" |
96 | depends on I2C && ISA && BROKEN_ON_SMP | 112 | depends on I2C && ISA && BROKEN_ON_SMP |