diff options
author | Matwey V. Kornilov <matwey@sai.msu.ru> | 2015-02-16 09:27:24 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-03-02 08:07:44 -0600 |
commit | 388404a31297793beff8778324652a09f9dc6157 (patch) | |
tree | 2f530cf647d491557320d9a794afd27bbc5ab454 /drivers | |
parent | f71b10be4c8a24fcb3d17f3161e31cf09c66ea2f (diff) | |
download | linux-388404a31297793beff8778324652a09f9dc6157.tar.gz linux-388404a31297793beff8778324652a09f9dc6157.tar.bz2 linux-388404a31297793beff8778324652a09f9dc6157.zip |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/of/Kconfig | 1 |
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 |