]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5fcc4643076f2ddc780133f4e480736879cd96a2
tree5d20ac4c746990ac476405e0994257df1365d76d
parentea5a0eb06959bdeed59b6c6c91e09d6b2b4b404f
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