diff options
author | Greg Ungerer <gerg@linux-m68k.org> | 2016-10-16 21:54:05 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2016-10-25 05:48:57 -0400 |
commit | 17791650c356b3cb220946d697d89afc1e32c315 (patch) | |
tree | 9ac1b4b64b8f97ccf3d8297566147aa535fc795b | |
parent | 6a676fb69dcbf3310b9e462c1db66c8e7f6ead38 (diff) |
i2c: allow configuration of imx driver for ColdFire architecture
The i2c controller used by Freescales iMX processors is the same
hardware module used on Freescales ColdFire family of processors.
We can use the existing i2c-imx driver on ColdFire family members.
Modify the configuration to allow it to be selected when compiling
for ColdFire targets.
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r-- | drivers/i2c/busses/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 41abb20f082d..d252276feadf 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -589,10 +589,10 @@ config I2C_IMG | |||
589 | 589 | ||
590 | config I2C_IMX | 590 | config I2C_IMX |
591 | tristate "IMX I2C interface" | 591 | tristate "IMX I2C interface" |
592 | depends on ARCH_MXC || ARCH_LAYERSCAPE | 592 | depends on ARCH_MXC || ARCH_LAYERSCAPE || COLDFIRE |
593 | help | 593 | help |
594 | Say Y here if you want to use the IIC bus controller on | 594 | Say Y here if you want to use the IIC bus controller on |
595 | the Freescale i.MX/MXC or Layerscape processors. | 595 | the Freescale i.MX/MXC, Layerscape or ColdFire processors. |
596 | 596 | ||
597 | This driver can also be built as a module. If so, the module | 597 | This driver can also be built as a module. If so, the module |
598 | will be called i2c-imx. | 598 | will be called i2c-imx. |