summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig58
1 files changed, 58 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index bceafbfa7268..d72d0f0ccb44 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -431,6 +431,64 @@ config I2C_MPC
This driver can also be built as a module. If so, the module
will be called i2c-mpc.
+config I2C_MXC
+ tristate "MXC I2C support"
+ depends on I2C && ARCH_MXC
+ help
+ If you say yes to this option, support will be included for Freescale
+ MXC I2C modules.
+
+ This driver can also be built as a module.
+
+config I2C_MXC_HS
+ tristate "MXC HIGH SPEED I2C support"
+ depends on I2C && ARCH_MXC
+ help
+ If you say yes to this option, support will be included for Freescale
+ MXC HIGH SPEED I2C modules.
+
+ This driver can also be built as a module.
+
+config I2C_MXS
+ tristate "MXS I2C Support"
+ depends on I2C && ARCH_MXS
+ help
+ If you say yes to this option, support will be included for Freescale
+ MXS I2C modules.
+
+config I2C_MXS_SELECT0
+ bool "Enable I2C0 module"
+ default y
+ depends on I2C_MXS
+ help
+ Enable MXS I2C0 Module
+
+config I2C_MXS_SELECT0_PIOQUEUE_MODE
+ tristate "MXS I2C0 PIOQUEUE MODE Support"
+ depends on (I2C_MXS_SELECT0 && !ARCH_MX23)
+ help
+ say yes if you are sure transfer length is eqaul to or less than 24 bytes.
+ Otherwise say no to use DMA mode by default.
+
+config I2C_MXS_SELECT1
+ bool "Enable I2C1 module"
+ depends on (I2C_MXS && !ARCH_MX23)
+ help
+ Enable MXS I2C1 Module
+
+config I2C_MXS_SELECT1_PIOQUEUE_MODE
+ tristate "MXS I2C1 PIOQUEUE MODE Support"
+ depends on I2C_MXS_SELECT1
+ help
+ say yes if you are sure transfer length is eqaul to or less than 24 bytes.
+ Otherwise say no to use DMA mode by default.
+
+config I2C_STMP378X
+ tristate "STMP378x I2C adapter"
+ depends on MACH_STMP378X
+ help
+ TBD
+
config I2C_MV64XXX
tristate "Marvell mv64xxx I2C Controller"
depends on (MV64X60 || PLAT_ORION) && EXPERIMENTAL