commit | e3f37c5ed70ca3902ab84762763e18abb742f627 | [log] [tgz] |
---|---|---|
author | Suman Anna <s-anna@ti.com> | Tue Jun 27 17:46:09 2017 -0500 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Tue Jun 27 16:01:14 2017 -0700 |
tree | 5d20ac4c746990ac476405e0994257df1365d76d | |
parent | 384700d4653e7ad6d774bf2f217aaca1bcbe62e8 [diff] |
remoteproc: Drop redundant REMOTEPROC dependency from driver Kconfigs All the remoteproc platform driver Kconfig symbols are defined and included under an if REMOTEPROC condition, so the dependency on REMOTEPROC is implicit and they do not need an explicit 'depends on REMOTEPROC' line. So, clean these up. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>