aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2011-08-31 20:37:50 +0200
committerWolfram Sang <w.sang@pengutronix.de>2012-04-20 23:27:18 +0200
commit6b866c151ad9ea44799b32c3a8c90a03c5b981da (patch)
treee261299ccded5d87db92850b8dfdadab8ae2c514 /drivers/i2c/busses/Kconfig
parent4ccf4beab8c447f8cd33d46afb6e10e1aa3befc6 (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/Kconfig1
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
config I2C_MXS
tristate "Freescale i.MX28 I2C interface"
depends on SOC_IMX28
+ select STMP_DEVICE
help
Say Y here if you want to use the I2C bus controller on
the Freescale i.MX28 processors.