diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2011-08-31 14:37:50 -0400 |
---|---|---|
committer | Wolfram Sang <w.sang@pengutronix.de> | 2012-04-20 17:27:18 -0400 |
commit | 6b866c151ad9ea44799b32c3a8c90a03c5b981da (patch) | |
tree | e261299ccded5d87db92850b8dfdadab8ae2c514 /drivers/i2c/busses/Kconfig | |
parent | 4ccf4beab8c447f8cd33d46afb6e10e1aa3befc6 (diff) |
i2c: mxs: use global reset function
The former mach specific reset_block function has been converted to a global
one. Use the new one to remove mach dependency from the driver.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index d2c5095deeac..ccfd37db3dfc 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -483,6 +483,7 @@ config I2C_MV64XXX | |||
483 | config I2C_MXS | 483 | config I2C_MXS |
484 | tristate "Freescale i.MX28 I2C interface" | 484 | tristate "Freescale i.MX28 I2C interface" |
485 | depends on SOC_IMX28 | 485 | depends on SOC_IMX28 |
486 | select STMP_DEVICE | ||
486 | help | 487 | help |
487 | Say Y here if you want to use the I2C bus controller on | 488 | Say Y here if you want to use the I2C bus controller on |
488 | the Freescale i.MX28 processors. | 489 | the Freescale i.MX28 processors. |