aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatwey V. Kornilov <matwey@sai.msu.ru>2015-02-16 01:27:24 -0500
committerRob Herring <robh@kernel.org>2015-03-02 09:07:44 -0500
commit388404a31297793beff8778324652a09f9dc6157 (patch)
tree2f530cf647d491557320d9a794afd27bbc5ab454
parentf71b10be4c8a24fcb3d17f3161e31cf09c66ea2f (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>
-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
85 85
86config OF_OVERLAY 86config OF_OVERLAY
87 bool "Device Tree overlays" 87 bool "Device Tree overlays"
88 depends on OF
89 select OF_DYNAMIC 88 select OF_DYNAMIC
90 select OF_RESOLVE 89 select OF_RESOLVE
91 90