aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig27
1 files changed, 16 insertions, 11 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 838bd1e4efb4..6bedd2fcfc15 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -232,6 +232,22 @@ config I2C_VIAPRO
232 This driver can also be built as a module. If so, the module 232 This driver can also be built as a module. If so, the module
233 will be called i2c-viapro. 233 will be called i2c-viapro.
234 234
235if ACPI
236
237comment "ACPI drivers"
238
239config I2C_SCMI
240 tristate "SMBus Control Method Interface"
241 help
242 This driver supports the SMBus Control Method Interface. It needs the
243 BIOS to declare ACPI control methods as described in the SMBus Control
244 Method Interface specification.
245
246 To compile this driver as a module, choose M here:
247 the module will be called i2c-scmi.
248
249endif # ACPI
250
235comment "Mac SMBus host controller drivers" 251comment "Mac SMBus host controller drivers"
236 depends on PPC_CHRP || PPC_PMAC 252 depends on PPC_CHRP || PPC_PMAC
237 253
@@ -762,15 +778,4 @@ config SCx200_ACB
762 This support is also available as a module. If so, the module 778 This support is also available as a module. If so, the module
763 will be called scx200_acb. 779 will be called scx200_acb.
764 780
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
776endmenu 781endmenu