Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165161
b: refs/heads/master
c: cfd550e
h: refs/heads/master
i:
  165159: 278f063
v: v3
  • Loading branch information
Jean Delvare committed Sep 18, 2009
1 parent 886c7e9 commit 9d4c174
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc9854212e0d7318d7133697906d98b78f3088b6
refs/heads/master: cfd550ed3d3bd509b475c7a9d425fc63bf843a7c
27 changes: 16 additions & 11 deletions trunk/drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,22 @@ config I2C_VIAPRO
This driver can also be built as a module. If so, the module
will be called i2c-viapro.

if ACPI

comment "ACPI drivers"

config I2C_SCMI
tristate "SMBus Control Method Interface"
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.

endif # ACPI

comment "Mac SMBus host controller drivers"
depends on PPC_CHRP || PPC_PMAC

Expand Down Expand Up @@ -762,15 +778,4 @@ 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
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Makefile for the i2c bus drivers.
#

# SMBus CMI driver
# ACPI drivers
obj-$(CONFIG_I2C_SCMI) += i2c-scmi.o

# PC SMBus host controller drivers
Expand Down

0 comments on commit 9d4c174

Please sign in to comment.