diff options
author | Dong Aisheng <b29396@freescale.com> | 2011-07-20 07:41:43 +0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-08-23 10:56:13 +0400 |
commit | 074c54f4226ff97e6ac0a6564d5999fa87adfa90 (patch) | |
tree | 2eb8572b5a3a44380456395d2703cd5c6dc1602e /arch/arm/mach-mxs/Kconfig | |
parent | c8ebcac823bb0246c42168c277069356432efd34 (diff) | |
download | linux-074c54f4226ff97e6ac0a6564d5999fa87adfa90.tar.xz |
ARM: mxs: add sgtl5000 i2c device
Signed-off-by: Dong Aisheng <b29396@freescale.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 405c28d24e15..2de2ea122d86 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -49,6 +49,7 @@ config MACH_MX28EVK select MXS_HAVE_PLATFORM_MXS_MMC select MXS_HAVE_PLATFORM_MXSFB select MXS_HAVE_PLATFORM_MXS_SAIF + select MXS_HAVE_PLATFORM_MXS_I2C select MXS_OCOTP help Include support for MX28EVK platform. This includes specific |