remoteproc: Drop redundant REMOTEPROC dependency from driver Kconfigs
authorSuman Anna <s-anna@ti.com>
Tue, 27 Jun 2017 22:46:09 +0000 (17:46 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 27 Jun 2017 23:01:14 +0000 (16:01 -0700)
commite3f37c5ed70ca3902ab84762763e18abb742f627
tree5d20ac4c746990ac476405e0994257df1365d76d
parent384700d4653e7ad6d774bf2f217aaca1bcbe62e8
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>
drivers/remoteproc/Kconfig