aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikhil Devshatwar2017-01-31 05:55:52 -0600
committerPraneeth Bajjuri2017-02-02 12:28:55 -0600
commit0144364804bdf29c8a4466825e43b9f544e38502 (patch)
tree207435400398ddae47c81d15405b4687d424a2e4
parent65cbcdaaf234e630bf8565e407a62cb00d37b602 (diff)
downloadkernel-omap-0144364804bdf29c8a4466825e43b9f544e38502.tar.gz
kernel-omap-0144364804bdf29c8a4466825e43b9f544e38502.tar.xz
kernel-omap-0144364804bdf29c8a4466825e43b9f544e38502.zip
auto.cfg: Turn off i2c snooping drivers to avoid failures
There are some i2c drivers which do not support DT based device binding. Instead, it shamelessly iterates over each registered i2c bus and tries to issue transactions over a known set of slave addresses. For some of the virtual i2c busses, (for which aliases need to be pre programmed) this results into error print every time a slave address in not found Remove these drivers from the build to avoid un necessary errors Change-Id: I60f8a97ad6709dd643c79c5bc9137525d79e76dd Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
-rw-r--r--ti_config_fragments/auto.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/ti_config_fragments/auto.cfg b/ti_config_fragments/auto.cfg
index a5ba1a9ab481..6bbcc9bec063 100644
--- a/ti_config_fragments/auto.cfg
+++ b/ti_config_fragments/auto.cfg
@@ -41,3 +41,8 @@ CONFIG_DEBUG_LL=y
41CONFIG_DEBUG_OMAP2UART1=y 41CONFIG_DEBUG_OMAP2UART1=y
42CONFIG_EARLY_PRINTK=y 42CONFIG_EARLY_PRINTK=y
43CONFIG_DEBUG_GPIO=n 43CONFIG_DEBUG_GPIO=n
44
45#Turn off un-necessary drivers
46CONFIG_SENSORS_LM90=n
47CONFIG_SENSORS_LM95245=n
48CONFIG_ICS932S401=n