aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorCrane Cai <crane.cai@amd.com>2009-09-18 22:45:51 +0200
committerJean Delvare <khali@linux-fr.org>2009-09-18 22:45:51 +0200
commitdc9854212e0d7318d7133697906d98b78f3088b6 (patch)
treed4a7025f655842e1f7af14aac15af63d28e1ea2b /drivers/i2c/busses/Kconfig
parent449d2c759ddba46a89b698bdc64bfc2f7cc5bb66 (diff)
downloadkernel_samsung_smdk4412-dc9854212e0d7318d7133697906d98b78f3088b6.zip
kernel_samsung_smdk4412-dc9854212e0d7318d7133697906d98b78f3088b6.tar.gz
kernel_samsung_smdk4412-dc9854212e0d7318d7133697906d98b78f3088b6.tar.bz2
i2c: Add driver for SMBus Control Method Interface
This driver supports the SMBus Control Method Interface. It needs BIOS declare ACPI control methods which described in SMBus Control Method Interface Spec. http://smbus.org/specs/smbus_cmi10.pdf Signed-off-by: Crane Cai <crane.cai@amd.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index bb216c5..838bd1e 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -762,4 +762,15 @@ config SCx200_ACB
This support is also available as a module. If so, the module
will be called scx200_acb.
+config I2C_SCMI
+ tristate "SMBus Control Method Interface"
+ depends on ACPI
+ help
+ This driver supports the SMBus Control Method Interface. It needs the
+ BIOS to declare ACPI control methods as described in the SMBus Control
+ Method Interface specification.
+
+ To compile this driver as a module, choose M here:
+ the module will be called i2c-scmi.
+
endmenu