From: Matwey V. Kornilov Date: Mon, 16 Feb 2015 06:27:24 +0000 (+0300) Subject: of: Drop superfluous dependance for OF_OVERLAY X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=388404a31297793beff8778324652a09f9dc6157;p=linux.git 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 Signed-off-by: Matwey V. Kornilov Signed-off-by: Rob Herring --- diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index 3876fb90845da..7bcaeec876c0c 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