diff options
author | Angelo Dureghello | 2016-10-19 23:19:39 +0200 |
---|---|---|
committer | Greg Ungerer | 2016-12-05 08:53:27 +1000 |
commit | 07c65a665b8d88f871d8083644ba3f41e68f048f (patch) | |
tree | faff8db14b2c07151f982d4afff91ca216e709da /arch/m68k | |
parent | a41cdd0117bfe86924b28e560153c85593e942d0 (diff) |
m68knommu: AMCORE board, add iMX i2c support
Add iMX i2c support for the Sysam AMCORE board.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/configs/amcore_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/configs/amcore_defconfig b/arch/m68k/configs/amcore_defconfig index d42b51679693..f108dd121e9a 100644 --- a/arch/m68k/configs/amcore_defconfig +++ b/arch/m68k/configs/amcore_defconfig @@ -88,7 +88,7 @@ CONFIG_I2C=y # CONFIG_I2C_COMPAT is not set CONFIG_I2C_CHARDEV=y # CONFIG_I2C_HELPER_AUTO is not set -CONFIG_I2C_COLDFIRE=y +CONFIG_I2C_IMX=y CONFIG_PPS=y # CONFIG_HWMON is not set # CONFIG_USB_SUPPORT is not set |