aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatwey V. Kornilov <matwey@sai.msu.ru>2015-02-16 09:27:24 +0300
committerAlex Shi <alex.shi@linaro.org>2015-12-16 15:29:26 +0800
commit8da58bfa073deb1f834b7c25d69cf9d2a876b6c7 (patch)
treeb7b957ff986cff6bd97aaa0f60b23b25675d7345
parent8a01fe2b239f2032bd492e1892897e1d6b7f8e44 (diff)
of: Drop superfluous dependance for OF_OVERLAY
The whole menu already depends on OF, so there is no need to additionaly specify it. Suggested-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru> Signed-off-by: Rob Herring <robh@kernel.org> (cherry picked from commit 388404a31297793beff8778324652a09f9dc6157) Signed-off-by: Alex Shi <alex.shi@linaro.org>
-rw-r--r--drivers/of/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index 3876fb90845d..7bcaeec876c0 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -85,7 +85,6 @@ config OF_RESOLVE
config OF_OVERLAY
bool "Device Tree overlays"
- depends on OF
select OF_DYNAMIC
select OF_RESOLVE