projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71b10b
)
of: Drop superfluous dependance for OF_OVERLAY
author
Matwey V. Kornilov
<matwey@sai.msu.ru>
Mon, 16 Feb 2015 06:27:24 +0000
(09:27 +0300)
committer
Rob Herring
<robh@kernel.org>
Mon, 2 Mar 2015 14:07:44 +0000
(08:07 -0600)
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>
drivers/of/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/of/Kconfig
b/drivers/of/Kconfig
index 3876fb90845da141909ac550621c96d606b8c89e..7bcaeec876c0c3a5ea80a01d13b13b186bb2227f 100644
(file)
--- 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