diff options
Diffstat (limited to 'ANDROID_3.4.5/drivers/i2c/Kconfig')
-rw-r--r-- | ANDROID_3.4.5/drivers/i2c/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/drivers/i2c/Kconfig b/ANDROID_3.4.5/drivers/i2c/Kconfig index 5f13c62e..dd2ba673 100644 --- a/ANDROID_3.4.5/drivers/i2c/Kconfig +++ b/ANDROID_3.4.5/drivers/i2c/Kconfig @@ -46,6 +46,14 @@ config I2C_CHARDEV This support is also available as a module. If so, the module will be called i2c-dev. + +config I2C_API + tristate "I2C API support" + help + Say Y here if you want to use i2c interface simply in other modules. + + This support is also available as a module. If so, the module + will be called i2c-api. config I2C_MUX tristate "I2C bus multiplexing support" |