summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/Makefile
diff options
context:
space:
mode:
authorCrane Cai <crane.cai@amd.com>2009-09-18 20:45:51 (GMT)
committerJean Delvare <khali@linux-fr.org>2009-09-18 20:45:51 (GMT)
commitdc9854212e0d7318d7133697906d98b78f3088b6 (patch)
treed4a7025f655842e1f7af14aac15af63d28e1ea2b /drivers/i2c/busses/Makefile
parent449d2c759ddba46a89b698bdc64bfc2f7cc5bb66 (diff)
downloadlinux-fsl-qoriq-dc9854212e0d7318d7133697906d98b78f3088b6.tar.xz
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/Makefile')
-rw-r--r--drivers/i2c/busses/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile
index e654263b..060da43 100644
--- a/drivers/i2c/busses/Makefile
+++ b/drivers/i2c/busses/Makefile
@@ -2,6 +2,9 @@
# Makefile for the i2c bus drivers.
#
+# SMBus CMI driver
+obj-$(CONFIG_I2C_SCMI) += i2c-scmi.o
+
# PC SMBus host controller drivers
obj-$(CONFIG_I2C_ALI1535) += i2c-ali1535.o
obj-$(CONFIG_I2C_ALI1563) += i2c-ali1563.o