]> git.karo-electronics.de Git - linux-beck.git/commitdiff
of: Drop superfluous dependance for OF_OVERLAY
authorMatwey V. Kornilov <matwey@sai.msu.ru>
Mon, 16 Feb 2015 06:27:24 +0000 (09:27 +0300)
committerRob 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

index 3876fb90845da141909ac550621c96d606b8c89e..7bcaeec876c0c3a5ea80a01d13b13b186bb2227f 100644 (file)
@@ -85,7 +85,6 @@ config OF_RESOLVE
 
 config OF_OVERLAY
        bool "Device Tree overlays"
-       depends on OF
        select OF_DYNAMIC
        select OF_RESOLVE