aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorCrane Cai <crane.cai@amd.com>2009-09-18 16:45:51 -0400
committerJean Delvare <khali@linux-fr.org>2009-09-18 16:45:51 -0400
commitdc9854212e0d7318d7133697906d98b78f3088b6 (patch)
treed4a7025f655842e1f7af14aac15af63d28e1ea2b /drivers/i2c/busses/Kconfig
parent449d2c759ddba46a89b698bdc64bfc2f7cc5bb66 (diff)
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 bb216c5fe30e..838bd1e4efb4 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -762,4 +762,15 @@ config SCx200_ACB
762 This support is also available as a module. If so, the module 762 This support is also available as a module. If so, the module
763 will be called scx200_acb. 763 will be called scx200_acb.
764 764
765config I2C_SCMI
766 tristate "SMBus Control Method Interface"
767 depends on ACPI
768 help
769 This driver supports the SMBus Control Method Interface. It needs the
770 BIOS to declare ACPI control methods as described in the SMBus Control
771 Method Interface specification.
772
773 To compile this driver as a module, choose M here:
774 the module will be called i2c-scmi.
775
765endmenu 776endmenu