diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index c1351d9fb35b..91a488c7cc44 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -1072,4 +1072,15 @@ config SCx200_ACB | |||
1072 | This support is also available as a module. If so, the module | 1072 | This support is also available as a module. If so, the module |
1073 | will be called scx200_acb. | 1073 | will be called scx200_acb. |
1074 | 1074 | ||
1075 | config I2C_OPAL | ||
1076 | tristate "IBM OPAL I2C driver" | ||
1077 | depends on PPC_POWERNV | ||
1078 | default y | ||
1079 | help | ||
1080 | This exposes the PowerNV platform i2c busses to the linux i2c layer, | ||
1081 | the driver is based on the OPAL interfaces. | ||
1082 | |||
1083 | This driver can also be built as a module. If so, the module will be | ||
1084 | called as i2c-opal. | ||
1085 | |||
1075 | endmenu | 1086 | endmenu |