aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSriram <srk@ti.com>2010-02-25 05:45:48 -0500
committerTony Lindgren <tony@atomide.com>2010-02-25 17:45:09 -0500
commit6d20ca78b64d5ccd867295a33aa2c38bddf38533 (patch)
treea1a7655da30ca7adbf92e206847f986769538ff5 /arch
parent13fc638289b2cf62f5b05e3b90f476619b17ab6b (diff)
AM3517 EVM: Enable I2C support
There are multiple devices connected to I2C bus on AM3517EVM (for instance audio codec, IO expander etc). Enable I2C support in the default kernel configuration for AM3517 EVM. Signed-off-by: Sriramakrishnan <srk@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/am3517_evm_defconfig41
1 files changed, 40 insertions, 1 deletions
diff --git a/arch/arm/configs/am3517_evm_defconfig b/arch/arm/configs/am3517_evm_defconfig
index edae1c293354..66a10b50d938 100644
--- a/arch/arm/configs/am3517_evm_defconfig
+++ b/arch/arm/configs/am3517_evm_defconfig
@@ -590,7 +590,46 @@ CONFIG_HW_RANDOM=y
590# CONFIG_R3964 is not set 590# CONFIG_R3964 is not set
591# CONFIG_RAW_DRIVER is not set 591# CONFIG_RAW_DRIVER is not set
592# CONFIG_TCG_TPM is not set 592# CONFIG_TCG_TPM is not set
593# CONFIG_I2C is not set 593CONFIG_I2C=y
594CONFIG_I2C_BOARDINFO=y
595CONFIG_I2C_COMPAT=y
596CONFIG_I2C_CHARDEV=y
597CONFIG_I2C_HELPER_AUTO=y
598
599#
600# I2C Hardware Bus support
601#
602
603#
604# I2C system bus drivers (mostly embedded / system-on-chip)
605#
606# CONFIG_I2C_DESIGNWARE is not set
607# CONFIG_I2C_GPIO is not set
608# CONFIG_I2C_OCORES is not set
609CONFIG_I2C_OMAP=y
610# CONFIG_I2C_SIMTEC is not set
611
612#
613# External I2C/SMBus adapter drivers
614#
615# CONFIG_I2C_PARPORT_LIGHT is not set
616# CONFIG_I2C_TAOS_EVM is not set
617# CONFIG_I2C_TINY_USB is not set
618
619#
620# Other I2C/SMBus bus drivers
621#
622# CONFIG_I2C_PCA_PLATFORM is not set
623# CONFIG_I2C_STUB is not set
624
625#
626# Miscellaneous I2C Chip support
627#
628# CONFIG_SENSORS_TSL2550 is not set
629# CONFIG_I2C_DEBUG_CORE is not set
630# CONFIG_I2C_DEBUG_ALGO is not set
631# CONFIG_I2C_DEBUG_BUS is not set
632# CONFIG_I2C_DEBUG_CHIP is not set
594# CONFIG_SPI is not set 633# CONFIG_SPI is not set
595 634
596# 635#