diff options
author | Sean MacLennan <smaclennan@pikatech.com> | 2008-04-22 16:16:47 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2008-04-22 16:16:47 -0400 |
commit | 838349b5c6454ebce8ec3e8c448941cf8608ffea (patch) | |
tree | 217444e5c41d5da9513d7a5881043fd758801365 /drivers/i2c/busses/Kconfig | |
parent | 681aae82c5804f8bbecbb495da90587d4167753c (diff) |
i2c-ibm_iic: Support building as an of_platform driver
This patch allows the i2c-ibm_iic driver to be built either as an ocp
driver or an of_platform driver. This allows it to run under the powerpc
arch but maintains backward compatibility with the ppc arch.
Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 51de2ccc1519..1577bcad288a 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -246,7 +246,7 @@ config I2C_PIIX4 | |||
246 | 246 | ||
247 | config I2C_IBM_IIC | 247 | config I2C_IBM_IIC |
248 | tristate "IBM PPC 4xx on-chip I2C interface" | 248 | tristate "IBM PPC 4xx on-chip I2C interface" |
249 | depends on IBM_OCP | 249 | depends on 4xx |
250 | help | 250 | help |
251 | Say Y here if you want to use IIC peripheral found on | 251 | Say Y here if you want to use IIC peripheral found on |
252 | embedded IBM PPC 4xx based systems. | 252 | embedded IBM PPC 4xx based systems. |